共用方式為


ConnectionStringInternal 屬性

Gets or sets the internal connection string.

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Protected Property ConnectionStringInternal As SecureString
    Get
    Set
'用途
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)

屬性值

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