ProjectVariablesWrapper.Locked Property

 

Applies To: SQL Server 2016 Preview

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

public bool Locked { get; }
public:
property bool Locked {
    virtual bool get() sealed;
}
abstract Locked : bool with get
override Locked : bool with get
Public ReadOnly Property Locked As Boolean

Property Value

Type: System.Boolean

True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.

Implements

IDTSVariables100.Locked

See Also

ProjectVariablesWrapper Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top