Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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