RebuildConnectionStringInternal Propiedad
Gets or sets a Boolean indicating whether the internal connection string must be rebuilt.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Protected Property RebuildConnectionStringInternal As Boolean
Get
Set
'Uso
Dim value As Boolean
value = Me.RebuildConnectionStringInternal
Me.RebuildConnectionStringInternal = value
protected bool RebuildConnectionStringInternal { get; set; }
protected:
property bool RebuildConnectionStringInternal {
bool get ();
void set (bool value);
}
member RebuildConnectionStringInternal : bool with get, set
function get RebuildConnectionStringInternal () : boolean
function set RebuildConnectionStringInternal (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean indicating whether the internal connection string must be rebuilt.
Vea también