Deployment.Options Property
Gets plan generation options.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Options As PlanGenerationOptions
Get
'Usage
Dim instance As Deployment
Dim value As PlanGenerationOptions
value = instance.Options
public PlanGenerationOptions Options { get; }
public:
property PlanGenerationOptions^ Options {
PlanGenerationOptions^ get ();
}
function get Options () : PlanGenerationOptions
member Options : PlanGenerationOptions
Property Value
Type: Microsoft.Data.Schema.Build.PlanGenerationOptions
Returns a PlanGenerationOptions.
.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.