Propriedade RebuildConnectionStringInternal
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
Consulte também