ConnectionManagerFtpClass.Scope Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the scope of the connection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property Scope As DTSConnectionManagerScope
Get
Set
'Uso
Dim instance As ConnectionManagerFtpClass
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 de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
The scope of the connection.
Implementa
IDTSConnectionManager100.Scope
Comentarios
For more information, see ConnectionManager.