Свойство ConnectionManagerBase.Scope
Gets the DTS connection manager scope for this ConnectionManagerBase object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Overridable Property Scope As DTSConnectionManagerScope
Get
Set
'Применение
Dim instance As ConnectionManagerBase
Dim value As DTSConnectionManagerScope
value = instance.Scope
instance.Scope = value
public virtual DTSConnectionManagerScope Scope { get; set; }
public:
virtual property DTSConnectionManagerScope Scope {
DTSConnectionManagerScope get ();
void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set
override Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope
function set Scope (value : DTSConnectionManagerScope)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
The DTSConnectionManagerScope object.