Свойство VariableClass.Namespace
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the namespace that the variable class belongs to.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Property Namespace As String
Get
Set
'Применение
Dim instance As VariableClass
Dim value As String
value = instance.Namespace
instance.Namespace = value
public virtual string Namespace { get; set; }
public:
virtual property String^ Namespace {
String^ get ();
void set (String^ value);
}
abstract Namespace : string with get, set
override Namespace : string with get, set
function get Namespace () : String
function set Namespace (value : String)
Значение свойства
Тип: System.String
The namespace that the variable class belongs to.