Name プロパティ
サーバーの名前を取得します。この名前は、物理コンピュータ名です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
<SfcKeyAttribute()> _
Public ReadOnly Property Name As String
Get
'使用
Dim instance As Server
Dim value As String
value = instance.Name
[SfcPropertyAttribute]
[SfcKeyAttribute()]
public string Name { get; }
[SfcPropertyAttribute]
[SfcKeyAttribute()]
public:
virtual property String^ Name {
String^ get () sealed;
}
[<SfcPropertyAttribute>]
[<SfcKeyAttribute()>]
abstract Name : string
[<SfcPropertyAttribute>]
[<SfcKeyAttribute()>]
override Name : string
final function get Name () : String
プロパティ値
型: System. . :: . .String
サーバーの名前を示す String 値です。
実装
IAlienRootName()()()()
使用例
Console.WriteLine(srv.Name)
関連項目