Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets whether the variables in the ProjectVariablesWrapper collection are locked.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Locked As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.