Propriedade do RDL IDTSProperty100.Set
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 the referenced object property is changeable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
ReadOnly Property Set As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the referenced object property is changeable and the property referenced is read/write or write-only; otherwise, false.
Comentários
For more information, see DtsProperty.