Methods プロパティ
データ型で定義されているすべてのメソッドの変更可能なコレクションを取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property Methods As IMutableMetadataCollection(Of IUdtMethod)
Get
'使用
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>
プロパティ値
型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IUdtMethod> ) > ) >
データ型で定義されているすべてのメソッドを含む IUdtMethod の IMutableMetadataCollection<(Of <(<'T>)>)> です。