Proprietà ConditionExtender.FacetInfo

Gets or sets the facet information for the condition.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute("Facet")> _
Public Property FacetInfo As FacetInfo 
    Get 
    Set
'Utilizzo
Dim instance As ConditionExtender 
Dim value As FacetInfo 

value = instance.FacetInfo

instance.FacetInfo = value
[ExtendedPropertyAttribute("Facet")]
public FacetInfo FacetInfo { get; set; }
[ExtendedPropertyAttribute(L"Facet")]
public:
property FacetInfo^ FacetInfo {
    FacetInfo^ get ();
    void set (FacetInfo^ value);
}
[<ExtendedPropertyAttribute("Facet")>]
member FacetInfo : FacetInfo with get, set
function get FacetInfo () : FacetInfo 
function set FacetInfo (value : FacetInfo)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Dmf.FacetInfo
A FacetInfo object value that specifies the facet information for the condition.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ConditionExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf