FacetEvaluationContext.Interface 属性

Gets the interface that is associated with the evaluation context.

命名空间:  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
A Type object that specifies the interface that is associated with the evaluation context.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

FacetEvaluationContext 类

Microsoft.SqlServer.Management.Facets 命名空间