Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado: Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)
Sintaxis
'Declaración
Property DiffGramDestination As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The name of the connection or variable to which the XML task saves the DiffGram document.