Partager via


Propriété ServerSetupAdapter.ServiceInstanceIdSuffix

Gets the SQL Server service ID suffix.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServiceInstanceIdSuffix As String 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IServerSetupFacet.ServiceInstanceIdSuffix

Voir aussi

Référence

ServerSetupAdapter Classe

Espace de noms Microsoft.SqlServer.Management.Smo