PolicyCategorySubscription.Target プロパティ

サブスクリプションの対象を取得します。値の設定も可能です。

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

構文

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

value = instance.Target

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

プロパティ値

型: System.String
サブスクリプションの対象を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

PolicyCategorySubscription クラス

Microsoft.SqlServer.Management.Dmf 名前空間