Compartir a través de


FacetEvaluationContext.Interface Propiedad

Gets the interface that is associated with the evaluation context.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public ReadOnly Property Interface As Type 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

FacetEvaluationContext Clase

Espacio de nombres Microsoft.SqlServer.Management.Facets