Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns null.
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>
Return Value
Type: System.Collections.Generic.IDictionary<String, Type>
Remarks
Provides additional hooks to get/set additional deployment options available through VSDBCmd.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.