다음을 통해 공유


SecurePassword 속성

Gets or sets the password used with SQL Server standard authentication to establish a connection to the registered server.

네임스페이스:  Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
Public Property SecurePassword As SecureString
    Get
    Set
‘사용 방법
Dim instance As RegisteredServer
Dim value As SecureString

value = instance.SecurePassword

instance.SecurePassword = value
public SecureString SecurePassword { get; set; }
public:
property SecureString^ SecurePassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
member SecurePassword : SecureString with get, set
function get SecurePassword () : SecureString
function set SecurePassword (value : SecureString)

속성 값

형식: System.Security. . :: . .SecureString
A SecureString value that specifies the secure string password that is used to connect by using SQL Server standard authentication.