Compartilhar via


Propriedade Source

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .String