Свойство IDTSXMLTask.XPathStringSourceType
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the type of the source that contains the XPath expression.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.XMLTask
Сборка: Microsoft.SqlServer.XMLTask (в Microsoft.SqlServer.XMLTask.dll)
Синтаксис
'Декларация
Property XPathStringSourceType As DTSXMLSourceType
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
The type of the source that contains the XPath expression.