Policy.Description プロパティ

ポリシーの説明テキストを取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Description As String 
    Get 
    Set
'使用
Dim instance As Policy 
Dim value As String 

value = instance.Description

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

プロパティ値

型: System.String
ポリシーの説明テキストを表す String 値です。

使用例

プロパティの設定

関連項目

参照

Policy クラス

Microsoft.SqlServer.Management.Dmf 名前空間