Propriedade do RDL IDTSVariables100.Locked
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value that indicates whether the variables in the collection are locked.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
ReadOnly Property Locked As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the collection is locked; otherwise, false.
Comentários
For more information, see Variables.