Compartir a través de


IDTSXMLTask.Source Propiedad

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, the variable, or the user-provided text that is the source the operation uses.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Property Source As String 
    Get 
    Set
'Uso
Dim instance As IDTSXMLTask 
Dim value As String 

value = instance.Source

instance.Source = value
string Source { get; set; }
property String^ Source {
    String^ get ();
    void set (String^ value);
}
abstract Source : string with get, set
function get Source () : String 
function set Source (value : String)

Valor de la propiedad

Tipo: System.String
The name of the connection, the variable, or the user-provided text that is the source the operation uses.

Vea también

Referencia

IDTSXMLTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask