Compartir a través de


IDTSProperty100.Get Propiedad

Definición

Obtiene un valor que indica si se puede leer un valor de propiedad.

public:
 property bool Get { bool get(); };
[System.Runtime.InteropServices.DispId(5)]
public bool Get { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.Get : bool
Public ReadOnly Property Get As Boolean

Valor de propiedad

true si se puede leer un valor de propiedad; de lo contrario, false.

Atributos

Comentarios

Para obtener más información, vea DtsProperty.

Se aplica a