Credential Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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