Udostępnij przez


Właściwość IMutableClrDataType.Methods

Pobiera tych kolekcja wszystkich metod, które są zdefiniowane na typ danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
ReadOnly Property Methods As IMutableMetadataCollection(Of IUdtMethod)
    Get
'Użycie
Dim instance As IMutableClrDataType
Dim value As IMutableMetadataCollection(Of IUdtMethod)

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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IUdtMethod>
IMutableMetadataCollection<T> z IUdtMethod zawiera wszystkie metody, które są definiowane na typ danych.