ITransferSqlServerObjectsTask.CopyAllUserDefinedFunctions Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property CopyAllUserDefinedFunctions As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllUserDefinedFunctions
instance.CopyAllUserDefinedFunctions = value
bool CopyAllUserDefinedFunctions { get; set; }
property bool CopyAllUserDefinedFunctions {
bool get ();
void set (bool value);
}
abstract CopyAllUserDefinedFunctions : bool with get, set
function get CopyAllUserDefinedFunctions () : boolean
function set CopyAllUserDefinedFunctions (value : boolean)
Property Value
Type: System.Boolean