Propriété Target
Gets or sets the target for the subscription.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Target As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A String value that specifies the target for the subscription.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi