FacetInfo 屬性
Gets or sets the facet information for the condition.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<ExtendedPropertyAttribute("Facet")> _
Public Property FacetInfo As FacetInfo
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.Management.Dmf. . :: . .FacetInfo
A FacetInfo object value that specifies the facet information for the condition.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。