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