Partager via


Propriété IDTSXMLTask.XPathStringSourceType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the type of the source that contains the XPath expression.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
'Utilisation
Dim instance As IDTSXMLTask 
Dim value As DTSXMLSourceType 

value = instance.XPathStringSourceType

instance.XPathStringSourceType = value
DTSXMLSourceType XPathStringSourceType { get; set; }
property DTSXMLSourceType XPathStringSourceType {
    DTSXMLSourceType get ();
    void set (DTSXMLSourceType value);
}
abstract XPathStringSourceType : DTSXMLSourceType with get, set
function get XPathStringSourceType () : DTSXMLSourceType 
function set XPathStringSourceType (value : DTSXMLSourceType)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
The type of the source that contains the XPath expression.

Voir aussi

Référence

IDTSXMLTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.XMLTask