다음을 통해 공유


Target 속성

Gets or sets the target for the subscription.

네임스페이스:  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
A String value that specifies the target for the subscription.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.