ServiceInstanceIdSuffix 属性

Gets the SQL Server service ID suffix.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property ServiceInstanceIdSuffix As String
    Get
用法
Dim instance As ServerSetupAdapter
Dim value As String

value = instance.ServiceInstanceIdSuffix
public string ServiceInstanceIdSuffix { get; }
public:
virtual property String^ ServiceInstanceIdSuffix {
    String^ get () sealed;
}
abstract ServiceInstanceIdSuffix : string
override ServiceInstanceIdSuffix : string
final function get ServiceInstanceIdSuffix () : String

属性值

类型:System. . :: . .String
A String value that specifies the SQL Server service instance ID suffix.

实现

IServerSetupFacet. . :: . .ServiceInstanceIdSuffix