Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the file group or partition scheme.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property MoveTo As FileGroupOrPartitionScheme
Get
Set
'Usage
Dim instance As MoveToDropIndexOption
Dim value As FileGroupOrPartitionScheme
value = instance.MoveTo
instance.MoveTo = value
public FileGroupOrPartitionScheme MoveTo { get; set; }
public:
property FileGroupOrPartitionScheme^ MoveTo {
FileGroupOrPartitionScheme^ get ();
void set (FileGroupOrPartitionScheme^ value);
}
member MoveTo : FileGroupOrPartitionScheme with get, set
function get MoveTo () : FileGroupOrPartitionScheme
function set MoveTo (value : FileGroupOrPartitionScheme)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FileGroupOrPartitionScheme
The file group or partition scheme.