Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This property supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
For more information, see Variable.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Sintassi
'Dichiarazione
<DispIdAttribute(1)> _
Property ReadOnly As Boolean
[DispIdAttribute(1)]
bool ReadOnly { get; set; }
[DispIdAttribute(1)]
property bool ReadOnly {
bool get ();
void set ([InAttribute] bool pbReadOnly);
}
/** @property */
/** @attribute DispIdAttribute(1) */
boolean get_ReadOnly ()
/** @property */
/** @attribute DispIdAttribute(1) */
void set_ReadOnly (/** @attribute InAttribute() */ boolean pbReadOnly)
DispIdAttribute(1)
function get ReadOnly () : boolean
DispIdAttribute(1)
function set ReadOnly (pbReadOnly : boolean)
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IDTSVariable90 Interface
IDTSVariable90 Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace