次の方法で共有


ISql90UserDefinedType.Methods プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
ReadOnly Property Methods As IList(Of ISql90ClrMethod)
'使用
Dim instance As ISql90UserDefinedType
Dim value As IList(Of ISql90ClrMethod)

value = instance.Methods
IList<ISql90ClrMethod> Methods { get; }
property IList<ISql90ClrMethod^>^ Methods {
    IList<ISql90ClrMethod^>^ get ();
}
function get Methods () : IList<ISql90ClrMethod>

プロパティ値

型 : System.Collections.Generic.IList<ISql90ClrMethod>

参照

参照

ISql90UserDefinedType インターフェイス

ISql90UserDefinedType メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間