次の方法で共有


Methods プロパティ

データ型で定義されているすべてのメソッドのコレクションを取得します。

名前空間:  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> ) > ) >
データ型で定義されているすべてのメソッドを含む IUdtMethodIMetadataCollection<(Of <(<'T>)>)> です。