Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a list of user-defined functions to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property UserDefinedFunctionsList As StringCollection
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.UserDefinedFunctionsList
instance.UserDefinedFunctionsList = value
StringCollection UserDefinedFunctionsList { get; set; }
property StringCollection^ UserDefinedFunctionsList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract UserDefinedFunctionsList : StringCollection with get, set
function get UserDefinedFunctionsList () : StringCollection
function set UserDefinedFunctionsList (value : StringCollection)
Property Value
Type: System.Collections.Specialized.StringCollection
A list of user-defined functions to transfer.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace