다음을 통해 공유


ConnectionStringInternal 속성

Gets or sets the internal connection string.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
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.