Freigeben über


FacetEvaluationContext.Interface-Eigenschaft

Gets the interface that is associated with the evaluation context.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property Interface As Type 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Type
A Type object that specifies the interface that is associated with the evaluation context.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

FacetEvaluationContext Klasse

Microsoft.SqlServer.Management.Facets-Namespace