FacetEvaluationContext.Interface プロパティ
評価コンテキストに関連付けられているインターフェイスを取得します。
名前空間: Microsoft.SqlServer.Management.Facets
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public ReadOnly Property Interface As Type
Get
'使用
Dim instance As FacetEvaluationContext
Dim value As Type
value = instance.Interface
public Type Interface { get; }
public:
property Type^ Interface {
Type^ get ();
}
member Interface : Type
function get Interface () : Type
プロパティ値
型: System.Type
評価コンテキストに関連付けられているインターフェイスを指定する Type オブジェクトです。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。