ServiceInstanceId プロパティ
SQL Server のこのインスタンスのサービス インスタンスを一意に識別する ID 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property ServiceInstanceId As String
Get
'使用
Dim instance As Server
Dim value As String
value = instance.ServiceInstanceId
[SfcPropertyAttribute]
public string ServiceInstanceId { get; }
[SfcPropertyAttribute]
public:
property String^ ServiceInstanceId {
String^ get ();
}
[<SfcPropertyAttribute>]
member ServiceInstanceId : string
function get ServiceInstanceId () : String
プロパティ値
型: System. . :: . .String
SQL Server インスタンスのサービス インスタンスの ID 値を示す In32 値です。
関連項目
参照
Planning a SQL Server Installation