XMLTask.XPathStringSourceType Proprietà

Definizione

Ottiene o imposta un valore dall'enumerazione DTSXMLSourceType che indica il tipo della sorgente che contiene l'espressione XPath nella XPathStringSource proprietà.

public:
 property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType XPathStringSourceType { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType XPathStringSourceType { get; set; }
member this.XPathStringSourceType : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType with get, set
Public Property XPathStringSourceType As DTSXMLSourceType

Valore della proprietà

Un valore dall'enumerazione DTSXMLSourceType che indica il tipo di sorgente che contiene l'espressione XPath.

Implementazioni

Commenti

Questa proprietà viene usata quando il OperationType è impostato a XPATH.

Si applica a