UserName プロパティ
SQL Server のインスタンスに接続しようとしているユーザーを取得または設定します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Public Property UserName As String
Get
Set
'使用
Dim instance As SqlOlapConnectionInfoBase
Dim value As String
value = instance.UserName
instance.UserName = value
public string UserName { get; set; }
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String
function set UserName (value : String)
プロパティ値
型: System. . :: . .String
SQL Server のインスタンスに接続しようとしているユーザーを示す String オブジェクト値です。