แชร์ผ่าน


TransferStoredProceduresTask.TransferAllStoredProcedures Property

A Boolean indicating whether all stored procedures in the master database of the source SQL Server are transferred, or only the specified stored procedures.

Namespace: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in microsoft.sqlserver.transferstoredprocedurestask.dll)

Syntax

'Declaration
Public Property TransferAllStoredProcedures As Boolean
public bool TransferAllStoredProcedures { get; set; }
public:
virtual property bool TransferAllStoredProcedures {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
public final boolean get_TransferAllStoredProcedures ()

/** @property */
public final void set_TransferAllStoredProcedures (boolean value)
public final function get TransferAllStoredProcedures () : boolean

public final function set TransferAllStoredProcedures (value : boolean)

Property Value

true if all stored procedures in the master database are transferred. false if only those stored procedures named in the StoredProceduresList are transferred.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TransferStoredProceduresTask Class
TransferStoredProceduresTask Members
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace