Condividi tramite


Proprietà IDTSVariables100.Locked

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value that indicates whether the variables in the collection are locked.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property Locked As Boolean 
    Get
'Utilizzo
Dim instance As IDTSVariables100 
Dim value As Boolean 

value = instance.Locked
bool Locked { get; }
property bool Locked {
    bool get ();
}
abstract Locked : bool
function get Locked () : boolean

Valore proprietà

Tipo: System.Boolean
true if the collection is locked; otherwise, false.

Osservazioni

For more information, see Variables.

Vedere anche

Riferimento

IDTSVariables100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper