Свойство Methods
Gets the collection of all methods that are defined on the data type.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Methods As IMetadataCollection(Of IUdtMethod)
Get
'Применение
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>
Значение свойства
Тип: 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.