Share via


SqlOlapConnectionInfoBase.SecurePassword 속성

연결하는 데 사용되는 보안 암호를 가져오거나 설정합니다.

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

구문

‘선언
<BrowsableAttribute(False)> _
<XmlIgnoreAttribute> _
Public Property SecurePassword As SecureString 
    Get 
    Set
‘사용 방법
Dim instance As SqlOlapConnectionInfoBase 
Dim value As SecureString 

value = instance.SecurePassword

instance.SecurePassword = value
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public SecureString SecurePassword { get; set; }
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public:
property SecureString^ SecurePassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member SecurePassword : SecureString with get, set
function get SecurePassword () : SecureString 
function set SecurePassword (value : SecureString)

속성 값

유형: SecureString
연결하는 데 사용되는 암호를 지정하는 SecureString 값입니다.

참고 항목

참조

SqlOlapConnectionInfoBase 클래스

Microsoft.SqlServer.Management.Common 네임스페이스