Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the name of the destination for the task.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly : Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)
Syntaxe
'Déclaration
Property Destination As String
Get
Set
'Utilisation
Dim instance As IWmiDataReaderTask
Dim value As String
value = instance.Destination
instance.Destination = value
string Destination { get; set; }
property String^ Destination {
String^ get ();
void set (String^ value);
}
abstract Destination : string with get, set
function get Destination () : String
function set Destination (value : String)
Valeur de propriété
Type : System.String
The name of the destination.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask