Propriedade do RDL ConnectionManagerHostClass.Scope
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the scope of the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Property Scope As DTSConnectionManagerScope
Get
Set
'Uso
Dim instance As ConnectionManagerHostClass
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
One of the enumeration values of the DTSConnectionManagerScope enumeration.
Implementa
IDTSConnectionManager100.Scope
Comentários
For more information, see ConnectionManager.