Partager via


Propriété IDTSProperty100.Set

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 the referenced object property is changeable.

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

Syntaxe

'Déclaration
ReadOnly Property Set As Boolean 
    Get
'Utilisation
Dim instance As IDTSProperty100 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
true if the referenced object property is changeable and the property referenced is read/write or write-only; otherwise, false.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

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