Freigeben über


Methods-Eigenschaft

Gets the collection of all methods that are defined on the data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Methods As IMetadataCollection(Of IUdtMethod)
    Get
'Usage
Dim instance As IClrDataType
Dim value As IMetadataCollection(Of IUdtMethod)

value = instance.Methods
IMetadataCollection<IUdtMethod> Methods { get; }
property IMetadataCollection<IUdtMethod^>^ Methods {
    IMetadataCollection<IUdtMethod^>^ get ();
}
abstract Methods : IMetadataCollection<IUdtMethod>
function get Methods () : IMetadataCollection<IUdtMethod>

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IUdtMethod> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IUdtMethod that contains all methods that are defined on the data type.