Freigeben über


VSDBCmdServices.OnGetAdditionalDeploymentOptions-Methode

Gibt NULL zurück.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function OnGetAdditionalDeploymentOptions As IDictionary(Of String, Type)
protected virtual IDictionary<string, Type> OnGetAdditionalDeploymentOptions()
protected:
virtual IDictionary<String^, Type^>^ OnGetAdditionalDeploymentOptions()
abstract OnGetAdditionalDeploymentOptions : unit -> IDictionary<string, Type> 
override OnGetAdditionalDeploymentOptions : unit -> IDictionary<string, Type> 
protected function OnGetAdditionalDeploymentOptions() : IDictionary<String, Type>

Rückgabewert

Typ: System.Collections.Generic.IDictionary<String, Type>

Hinweise

Stellt zusätzliche Hooks bereit, um zusätzliche Bereitstellungsoptionen durch VSDBCMD verfügbar abzurufen/festzulegen.

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBCmdServices Klasse

Microsoft.Data.Schema.Build-Namespace