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 a value that indicates the type of destination 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 DiffGramDestinationType As DTSXMLSaveResultTo
Get
Set
'Uso
Dim instance As IDTSXMLTask
Dim value As DTSXMLSaveResultTo
value = instance.DiffGramDestinationType
instance.DiffGramDestinationType = value
DTSXMLSaveResultTo DiffGramDestinationType { get; set; }
property DTSXMLSaveResultTo DiffGramDestinationType {
DTSXMLSaveResultTo get ();
void set (DTSXMLSaveResultTo value);
}
abstract DiffGramDestinationType : DTSXMLSaveResultTo with get, set
function get DiffGramDestinationType () : DTSXMLSaveResultTo
function set DiffGramDestinationType (value : DTSXMLSaveResultTo)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSaveResultTo
A value from the DTSXMLSaveResultTo enumeration that indicates the type of destination to which the XML task saves the DiffGram document.