IDTSVariables100.Locked Property

Definition

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.

Applies to