Gets whether the variables in the ProjectVariablesWrapper collection are locked.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property Locked As Boolean
Get
'用途
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
屬性值
型別:System.Boolean
True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.