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.