Sql90PlanGenerationOptions.IgnoreObjectPlacementOnPartitionScheme Property
Gets whether to ignore object placement on the partition scheme.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property IgnoreObjectPlacementOnPartitionScheme As Boolean
Get
Friend Set
'Usage
Dim instance As Sql90PlanGenerationOptions
Dim value As Boolean
value = instance.IgnoreObjectPlacementOnPartitionScheme
public bool IgnoreObjectPlacementOnPartitionScheme { get; internal set; }
public:
property bool IgnoreObjectPlacementOnPartitionScheme {
bool get ();
internal: void set (bool value);
}
function get IgnoreObjectPlacementOnPartitionScheme () : boolean
internal function set IgnoreObjectPlacementOnPartitionScheme (value : boolean)
member IgnoreObjectPlacementOnPartitionScheme : bool with get, internal set
Property Value
Type: System.Boolean
Remarks
Default value is True.
.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
Sql90PlanGenerationOptions Class