Condividi tramite


Proprietà ProjectVariablesWrapper.Locked

Gets whether the variables in the ProjectVariablesWrapper collection are locked.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Locked As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IDTSVariables100.Locked

Vedere anche

Riferimento

ProjectVariablesWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime