共用方式為


ServiceInstanceIdSuffix 屬性

命名空間:  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

實作

IServerSetupFacet. . :: . .ServiceInstanceIdSuffix