UniqueConstraint.OnFileGroupOrPartitionScheme Property
Gets or sets the file group or partition scheme.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme
public FileGroupOrPartitionScheme OnFileGroupOrPartitionScheme { get; set; }
public:
property FileGroupOrPartitionScheme^ OnFileGroupOrPartitionScheme {
FileGroupOrPartitionScheme^ get ();
void set (FileGroupOrPartitionScheme^ value);
}
member OnFileGroupOrPartitionScheme : FileGroupOrPartitionScheme with get, set
function get OnFileGroupOrPartitionScheme () : FileGroupOrPartitionScheme
function set OnFileGroupOrPartitionScheme (value : FileGroupOrPartitionScheme)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.FileGroupOrPartitionScheme
Remarks
Value may be null.
.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.