MoveToDropIndexOption.MoveTo 属性

Gets or sets the file group or partition scheme.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property MoveTo As FileGroupOrPartitionScheme 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.FileGroupOrPartitionScheme
The file group or partition scheme.

请参阅

参考

MoveToDropIndexOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间