Condividi tramite


SqlConnectionInfo.Pooled Property

Gets or sets the SqlBoolean property value that specifies whether the connection is pooled.

Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintassi

'Dichiarazione
Public Property Pooled As SqlBoolean
public SqlBoolean Pooled { get; set; }
public:
property SqlBoolean Pooled {
    SqlBoolean get ();
    void set (SqlBoolean value);
}
/** @property */
public SqlBoolean get_Pooled ()

/** @property */
public void set_Pooled (SqlBoolean value)
public function get Pooled () : SqlBoolean

public function set Pooled (value : SqlBoolean)

Valore proprietà

A SqlBoolean value that specifies whether the connection is pooled. If True, the connection is pooled. If False (default), the connection is not pooled.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

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

SqlConnectionInfo Class
SqlConnectionInfo Members
Microsoft.SqlServer.Management.Common Namespace