Propriedade XPathStringSource
Gets or sets the source of the XPath expression.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
Public Property XPathStringSource As String
Get
Set
'Uso
Dim instance As XMLTask
Dim value As String
value = instance.XPathStringSource
instance.XPathStringSource = value
public string XPathStringSource { get; set; }
public:
virtual property String^ XPathStringSource {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract XPathStringSource : string with get, set
override XPathStringSource : string with get, set
final function get XPathStringSource () : String
final function set XPathStringSource (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A String that contains the source of the XPath expression.
Implementa
Consulte também