ObjectSet.Facet プロパティ

オブジェクト セットのファセット値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Facet As String 
    Get 
    Set
'使用
Dim instance As ObjectSet 
Dim value As String 

value = instance.Facet

instance.Facet = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Facet { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ Facet {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Facet : string with get, set
function get Facet () : String 
function set Facet (value : String)

プロパティ値

型: System.String
オブジェクト セットのファセット値を含む String 値です。

関連項目

参照

ObjectSet クラス

Microsoft.SqlServer.Management.Dmf 名前空間