DeploymentContributor.Options Property

Gets or sets plan generation options.

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

Syntax

'Declaration
Protected Friend Property Options As PlanGenerationOptions
    Get
    Friend Set
'Usage
Dim value As PlanGenerationOptions

value = Me.Options
protected internal PlanGenerationOptions Options { get; internal set; }
protected public:
property PlanGenerationOptions^ Options {
    PlanGenerationOptions^ get ();
    internal: void set (PlanGenerationOptions^ value);
}
function get Options () : PlanGenerationOptions
internal function set Options (value : PlanGenerationOptions)
member Options : PlanGenerationOptions with get, internal set

Property Value

Type: Microsoft.Data.Schema.Build.PlanGenerationOptions
Returns a PlanGenerationOptions.

.NET Framework Security

See Also

Reference

DeploymentContributor Class

DeploymentContributor Members

Microsoft.Data.Schema.Build Namespace