Partilhar via


Propriedade do RDL SqlOlapConnectionInfoBase.ConnectionStringInternal

Gets or sets the internal connection string.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Protected Property ConnectionStringInternal As SecureString 
    Get 
    Set
'Uso
Dim value As SecureString 

value = Me.ConnectionStringInternal 

Me.ConnectionStringInternal = value
protected SecureString ConnectionStringInternal { get; set; }
protected:
property SecureString^ ConnectionStringInternal {
    SecureString^ get ();
    void set (SecureString^ value);
}
member ConnectionStringInternal : SecureString with get, set
function get ConnectionStringInternal () : SecureString 
function set ConnectionStringInternal (value : SecureString)

Valor da propriedade

Tipo: System.Security.SecureString
A StringBuilder value that specifies the internal connection string.

Consulte também

Referência

SqlOlapConnectionInfoBase Classe

Namespace Microsoft.SqlServer.Management.Common