ISSOConfigDB.GetDBInfo(String, String, Boolean, Boolean, Boolean, String, String, String) Method

Definition

public:
 void GetDBInfo(System::String ^ sqlServer, System::String ^ sqlDatabase, [Runtime::InteropServices::Out] bool % exists, [Runtime::InteropServices::Out] bool % isConfigured, [Runtime::InteropServices::Out] bool % needsUpgrade, [Runtime::InteropServices::Out] System::String ^ % secretServer, [Runtime::InteropServices::Out] System::String ^ % ssoAdminAccount, [Runtime::InteropServices::Out] System::String ^ % ssoAffilateAdminAccount);
public void GetDBInfo (string sqlServer, string sqlDatabase, out bool exists, out bool isConfigured, out bool needsUpgrade, out string secretServer, out string ssoAdminAccount, out string ssoAffilateAdminAccount);
abstract member GetDBInfo : string * string * bool * bool * bool * string * string * string -> unit
Public Sub GetDBInfo (sqlServer As String, sqlDatabase As String, ByRef exists As Boolean, ByRef isConfigured As Boolean, ByRef needsUpgrade As Boolean, ByRef secretServer As String, ByRef ssoAdminAccount As String, ByRef ssoAffilateAdminAccount As String)

Parameters

sqlServer
String
sqlDatabase
String
exists
Boolean
isConfigured
Boolean
needsUpgrade
Boolean
secretServer
String
ssoAdminAccount
String
ssoAffilateAdminAccount
String

Applies to