你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectToTargetSqlDbMiTaskCmdlet Class

Definition

public class ConnectToTargetSqlDbMiTaskCmdlet : Microsoft.Azure.Commands.DataMigration.Cmdlets.TaskCmdlet<Microsoft.Azure.Management.DataMigration.Models.ConnectionInfo>
type ConnectToTargetSqlDbMiTaskCmdlet = class
    inherit TaskCmdlet<ConnectionInfo>
Public Class ConnectToTargetSqlDbMiTaskCmdlet
Inherits TaskCmdlet(Of ConnectionInfo)
Inheritance
ConnectToTargetSqlDbMiTaskCmdlet

Constructors

ConnectToTargetSqlDbMiTaskCmdlet(InvocationInfo)

Fields

SourceConnection (Inherited from TaskCmdlet<T>)
SourceCred (Inherited from TaskCmdlet<T>)
TargetConnection (Inherited from TaskCmdlet<T>)
TargetCred (Inherited from TaskCmdlet<T>)

Properties

MyInvocation (Inherited from DynamicCmdlet)
RuntimeDefinedParams (Inherited from DynamicCmdlet)

Methods

CustomInit()
ProcessTaskCmdlet()
SimpleParam(String, Type, String, Boolean, Boolean, String[]) (Inherited from DynamicCmdlet)
SourceConnectionInfoParam(Boolean) (Inherited from TaskCmdlet<T>)
TargetConnectionInfoParam(Boolean) (Inherited from TaskCmdlet<T>)

Applies to