Свойство IDTSXMLTask.SecondOperand
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the name of the connection, the variable, or the user-provided text that is the second operand.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.XMLTask
Сборка: Microsoft.SqlServer.XMLTask (в Microsoft.SqlServer.XMLTask.dll)
Синтаксис
'Декларация
Property SecondOperand As String
Get
Set
'Применение
Dim instance As IDTSXMLTask
Dim value As String
value = instance.SecondOperand
instance.SecondOperand = value
string SecondOperand { get; set; }
property String^ SecondOperand {
String^ get ();
void set (String^ value);
}
abstract SecondOperand : string with get, set
function get SecondOperand () : String
function set SecondOperand (value : String)
Значение свойства
Тип: System.String
The name of the connection, the variable, or the user-provided text that is the second operand.