Propriedade XPathStringSource
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 XPathStringSource As String
Get
Set
'Uso
Dim instance As IDTSXMLTask
Dim value As String
value = instance.XPathStringSource
instance.XPathStringSource = value
string XPathStringSource { get; set; }
property String^ XPathStringSource {
String^ get ();
void set (String^ value);
}
abstract XPathStringSource : string with get, set
function get XPathStringSource () : String
function set XPathStringSource (value : String)
Valor da propriedade
Tipo: System. . :: . .String
Consulte também