共用方式為


EntityReference Constructors

Definition

Overloads

EntityReference()

Initializes a new instance of the EntityReference class.

EntityReference(String, String)

Initializes a new instance of the EntityReference class.

EntityReference()

Initializes a new instance of the EntityReference class.

public EntityReference ();
Public Sub New ()

Applies to

EntityReference(String, String)

Initializes a new instance of the EntityReference class.

public EntityReference (string type = default, string referenceName = default);
new Microsoft.Azure.Management.DataFactory.Models.EntityReference : string * string -> Microsoft.Azure.Management.DataFactory.Models.EntityReference
Public Sub New (Optional type As String = Nothing, Optional referenceName As String = Nothing)

Parameters

type
String

The type of this referenced entity. Possible values include: 'IntegrationRuntimeReference', 'LinkedServiceReference'

referenceName
String

The name of this referenced entity.

Applies to