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 connection or the variable to which the XML task saves the DiffGram document.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly : Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)
Syntaxe
'Déclaration
Property DiffGramDestination As String
Get
Set
'Utilisation
Dim instance As IDTSXMLTask
Dim value As String
value = instance.DiffGramDestination
instance.DiffGramDestination = value
string DiffGramDestination { get; set; }
property String^ DiffGramDestination {
String^ get ();
void set (String^ value);
}
abstract DiffGramDestination : string with get, set
function get DiffGramDestination () : String
function set DiffGramDestination (value : String)
Valeur de propriété
Type : System.String
The name of the connection or variable to which the XML task saves the DiffGram document.