TargetType 속성
Gets or sets the target type that is associated with the subscription.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property TargetType As String
Get
Set
‘사용 방법
Dim instance As PolicyCategorySubscription
Dim value As String
value = instance.TargetType
instance.TargetType = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string TargetType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ TargetType {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member TargetType : string with get, set
function get TargetType () : String
function set TargetType (value : String)
속성 값
유형: System. . :: . .String
A String value that specifies the target type that is associated with the subscription.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.