IDTSVariables100.Locked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the variables in the collection are locked.
public:
property bool Locked { bool get(); };
[System.Runtime.InteropServices.DispId(1610743814)]
public bool Locked { [System.Runtime.InteropServices.DispId(1610743814)] get; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
member this.Locked : bool
Public ReadOnly Property Locked As Boolean
Property Value
true if the collection is locked; otherwise, false.
- Attributes
Remarks
For more information, see Variables.