TransferBase.CopyAllUserDefinedFunctions Property
Gets or sets a value that indicates whether all the SQL Server user-defined functions are copied from the source database to the target database in the transfer operation.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public bool CopyAllUserDefinedFunctions { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
Property Value
Type: System.Booleantrue if all SQL Server user-defined functions are copied from the source database to the target database; otherwise, false. The default is false.
Show: