Propriedade do RDL ManagedWrapper.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 wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Property Scope As DTSConnectionManagerScope
Get
Set
'Uso
Dim instance As ManagedWrapper
Dim value As DTSConnectionManagerScope
value = instance.Scope
instance.Scope = value
public DTSConnectionManagerScope Scope { get; set; }
public:
virtual property DTSConnectionManagerScope Scope {
DTSConnectionManagerScope get () sealed;
void set (DTSConnectionManagerScope value) sealed;
}
abstract Scope : DTSConnectionManagerScope with get, set
override Scope : DTSConnectionManagerScope with get, set
final function get Scope () : DTSConnectionManagerScope
final function set Scope (value : DTSConnectionManagerScope)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
The scope of the wrapper.
Implementa
IDTSConnectionManager100.Scope