Compartir a través de


PolicyCategorySubscription.Target Propiedad

Gets or sets the target for the subscription.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Target As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value that specifies the target for the subscription.

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

PolicyCategorySubscription Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf