Compartilhar via


Propriedade do RDL IDTSXMLTask.XPathStringSourceType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IDTSXMLTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask