Partager via


Propriété IDTSProperty100.Get

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a value that indicates whether a property value can be read.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property Get As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper