ITransferSqlServerObjectsTask.UserDefinedDataTypesList Property

Definition

Gets or sets the list of user-defined data types to transfer.

public:
 property System::Collections::Specialized::StringCollection ^ UserDefinedDataTypesList { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
public System.Collections.Specialized.StringCollection UserDefinedDataTypesList { get; set; }
member this.UserDefinedDataTypesList : System.Collections.Specialized.StringCollection with get, set
Public Property UserDefinedDataTypesList As StringCollection

Property Value

The list of user-defined data types to transfer.

Applies to