SchemaDeploymentConstructor.ConstructServiceImplementation Method
Called by Visual Studio to obtain a SchemaDeployment object.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overrides Function ConstructServiceImplementation As SchemaDeployment
protected override SchemaDeployment ConstructServiceImplementation()
protected:
virtual SchemaDeployment^ ConstructServiceImplementation() override
abstract ConstructServiceImplementation : unit -> SchemaDeployment
override ConstructServiceImplementation : unit -> SchemaDeployment
protected override function ConstructServiceImplementation() : SchemaDeployment
Return Value
Type: Microsoft.Data.Schema.Build.SchemaDeployment
The initialized schema deployment engine.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The Errors property is nulla null reference (Nothing in Visual Basic). |
Remarks
This method calls the OnConstructDeployment method.
.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.
See Also
Reference
SchemaDeploymentConstructor Class