SqlOlapConnectionInfoBase.Password 속성
연결하는 데 사용되는 암호를 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public Property Password As String
Get
Set
‘사용 방법
Dim instance As SqlOlapConnectionInfoBase
Dim value As String
value = instance.Password
instance.Password = value
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public string Password { get; set; }
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Password : string with get, set
function get Password () : String
function set Password (value : String)
속성 값
유형: String
연결하는 데 사용되는 암호를 지정하는 String 값입니다.