ExportableBase.GetService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| GetService<T>() | |
| GetService<T>(IExportableMetadata) |
GetService<T>()
protected T GetService<T>() where T : Microsoft.SqlServer.Dac.Extensibility.IExportable;
member this.GetService : unit -> 'T (requires 'T :> Microsoft.SqlServer.Dac.Extensibility.IExportable)
Protected Function GetService(Of T As IExportable) () As T
Paramètres de type
- T
Retours
T
S’applique à
GetService<T>(IExportableMetadata)
protected T GetService<T>(Microsoft.SqlServer.Dac.Extensibility.IExportableMetadata metadata) where T : Microsoft.SqlServer.Dac.Extensibility.IExportable;
member this.GetService : Microsoft.SqlServer.Dac.Extensibility.IExportableMetadata -> 'T (requires 'T :> Microsoft.SqlServer.Dac.Extensibility.IExportable)
Protected Function GetService(Of T As IExportable) (metadata As IExportableMetadata) As T
Paramètres de type
- T
Paramètres
- metadata
- IExportableMetadata
Retours
T