Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets whether the variables in the ProjectVariablesWrapper collection are locked.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Locked As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.