Share via


Credential Constructors

Definition

Overloads

Credential()

Create a new empty Credential object

Credential(String)

Create a Credential object deserialized from the given json string

Credential()

Create a new empty Credential object

public Credential ();
Public Sub New ()

Applies to

Credential(String)

Create a Credential object deserialized from the given json string

public Credential (string json);
new Microsoft.AnalysisServices.Tabular.Credential : string -> Microsoft.AnalysisServices.Tabular.Credential
Public Sub New (json As String)

Parameters

json
String

Applies to