Compartir a través de


PolicyCategorySubscription.TargetType Propiedad

Gets or sets the target type that is associated with 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 TargetType As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value that specifies the target type that is associated with the subscription.

Comentarios

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

Ejemplos

Establecer propiedades

Vea también

Referencia

PolicyCategorySubscription Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf