次の方法で共有


ServiceName プロパティ

サーバーのサービス名を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ServiceName As String
    Get
'使用
Dim instance As Server
Dim value As String

value = instance.ServiceName
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ServiceName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ServiceName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ServiceName : string
function get ServiceName () : String

プロパティ値

型: System. . :: . .String
サービス名を表す文字列です。