Proprietà Interface
Gets the interface that is associated with the evaluation context.
Spazio dei nomi Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Interface As Type
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Type
A Type object that specifies the interface that is associated with the evaluation context.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche