Partilhar via


Propriedade do RDL IDTSProperty100.Get

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

For more information, see DtsProperty.

Consulte também

Referência

IDTSProperty100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper