ITransferSqlServerObjectsTask.CopyObjectLevelPermissions Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether securable objects are included in the transfer from the source to the target database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property CopyObjectLevelPermissions As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyObjectLevelPermissions
instance.CopyObjectLevelPermissions = value
bool CopyObjectLevelPermissions { get; set; }
property bool CopyObjectLevelPermissions {
bool get ();
void set (bool value);
}
abstract CopyObjectLevelPermissions : bool with get, set
function get CopyObjectLevelPermissions () : boolean
function set CopyObjectLevelPermissions (value : boolean)
Property Value
Type: System.Boolean
true if securable objects are included in the transfer from the source to the target database; otherwise, false.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace