共用方式為


ServerSetupAdapter.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

請參閱

參考

ServerSetupAdapter 類別

Microsoft.SqlServer.Management.Smo 命名空間