XMLTask.XPathStringSourceType Proprietà

Definizione

Ottiene o imposta un valore dell'enumerazione DTSXMLSourceType che indica il tipo dell'origine contenente l'espressione XPath nella proprietà XPathStringSource.

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à

Valore dell'enumerazione DTSXMLSourceType che indica il tipo dell'origine contenente l'espressione XPath.

Implementazioni

Commenti

Questa proprietà viene usata quando l'oggetto OperationType è impostato su XPATH.

Si applica a