TransferBase.CopyAllPlanGuides Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether all the SQL Server plan guides are copied from the source database to the target database in the transfer operation.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

public bool CopyAllPlanGuides {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool CopyAllPlanGuides {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member CopyAllPlanGuides : bool with get, set
Public Property CopyAllPlanGuides As Boolean

Property Value

Type: System.Boolean

true if all SQL Server plan guides are copied from the source database to the target database; otherwise, false. The default is false.

See Also

TransferBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top