XPathStringSource propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly : Microsoft.SqlServer.XMLTask (dans Microsoft.SqlServer.XMLTask.dll)
Syntaxe
'Déclaration
Property XPathStringSource As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
Voir aussi