Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the SQL Server service ID suffix.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceInstanceIdSuffix As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the SQL Server service instance ID suffix.
Implements
IServerSetupFacet.ServiceInstanceIdSuffix