หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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
Property Value
Type: System.Boolean
True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.