Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets a value that indicates whether the referenced object property is changeable.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
true if the referenced object property is changeable and the property referenced is read/write or write-only; otherwise, false.
Comentarios
For more information, see DtsProperty.