Compartir a través de


ProjectVariablesWrapper.Locked Propiedad

Gets whether the variables in the ProjectVariablesWrapper collection are locked.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property Locked As Boolean 
    Get
'Uso
Dim instance As ProjectVariablesWrapper 
Dim value As Boolean 

value = instance.Locked
public bool Locked { get; }
public:
virtual property bool Locked {
    bool get () sealed;
}
abstract Locked : bool 
override Locked : bool
final function get Locked () : boolean

Valor de la propiedad

Tipo: System.Boolean
True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.

Implementa

IDTSVariables100.Locked

Vea también

Referencia

ProjectVariablesWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime