Freigeben über


ConditionExtender.FacetInfo-Eigenschaft

Gets or sets the facet information for the condition.

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

Syntax

'Declaration
<ExtendedPropertyAttribute("Facet")> _
Public Property FacetInfo As FacetInfo 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

ConditionExtender Klasse

Microsoft.SqlServer.Management.Dmf-Namespace