Поделиться через


Свойство SourceConnection

Gets or sets a String containing the name of the SMO connection manager for the source database.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка:  Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Синтаксис

'Декларация
Public Property SourceConnection As String
    Get
    Set
'Применение
Dim instance As TransferSqlServerObjectsTask
Dim value As String

value = instance.SourceConnection

instance.SourceConnection = value
public string SourceConnection { get; set; }
public:
virtual property String^ SourceConnection {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract SourceConnection : string with get, set
override SourceConnection : string with get, set
final function get SourceConnection () : String
final function set SourceConnection (value : String)

Значение свойства

Тип: System. . :: . .String
A String that contains the connection string of the SMO connection manager.

Реализует

ITransferSqlServerObjectsTask. . :: . .SourceConnection