ConditionExtender.FacetInfo Property
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)
Property Value
Type: Microsoft.SqlServer.Management.Dmf.FacetInfo
A FacetInfo object value that specifies the facet information for the condition.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.