ITransferSqlServerObjectsTask.SqlAssembliesList Property

Definition

Gets or sets the list of SQL Server assemblies to transfer.

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

Property Value

The list of SQL Server assemblies to transfer.

Applies to