Username プロパティ
接続を確立するために使用するアカウントの名前を取得します。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public Property Username As String
Get
Set
'使用
Dim instance As WmiConnectionInfo
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
接続を確立するために使用するアカウントの名前を示す String 値です。