IDTSVariables100.Locked Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets a value that indicates whether the variables in the collection are locked.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
true if the collection is locked; otherwise, false.
Comentarios
For more information, see Variables.