Compartir a través de


IDTSProperty100.Get 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 a property value can be read.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Get As Boolean 
    Get
'Uso
Dim instance As IDTSProperty100 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if a property value can be read; otherwise, false.

Comentarios

For more information, see DtsProperty.

Vea también

Referencia

IDTSProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper