Proprietà IDTSProperty100.Set

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value that indicates whether the referenced object property is changeable.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property Set As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

For more information, see DtsProperty.

Vedere anche

Riferimento

IDTSProperty100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper