ISSOConfigOM.GetServerStatus(Int32, String, String, String, String, String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Method
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.
public:
void GetServerStatus(int flags, [Runtime::InteropServices::Out] System::String ^ % ssoServerName, [Runtime::InteropServices::Out] System::String ^ % sqlServer, [Runtime::InteropServices::Out] System::String ^ % sqlDatabase, [Runtime::InteropServices::Out] System::String ^ % serviceAccount, [Runtime::InteropServices::Out] System::String ^ % computerNameCluster, [Runtime::InteropServices::Out] System::String ^ % computerNameNode, [Runtime::InteropServices::Out] int % eventCountInformational, [Runtime::InteropServices::Out] int % eventCountWarning, [Runtime::InteropServices::Out] int % eventCountError, [Runtime::InteropServices::Out] int % versionInfoM, [Runtime::InteropServices::Out] int % versionInfoL, [Runtime::InteropServices::Out] int % auditLevelN, [Runtime::InteropServices::Out] int % auditLevelP, [Runtime::InteropServices::Out] int % passwordSyncAge, [Runtime::InteropServices::Out] int % statusFlags);
public void GetServerStatus (int flags, out string ssoServerName, out string sqlServer, out string sqlDatabase, out string serviceAccount, out string computerNameCluster, out string computerNameNode, out int eventCountInformational, out int eventCountWarning, out int eventCountError, out int versionInfoM, out int versionInfoL, out int auditLevelN, out int auditLevelP, out int passwordSyncAge, out int statusFlags);
abstract member GetServerStatus : int * string * string * string * string * string * string * int * int * int * int * int * int * int * int * int -> unit
Public Sub GetServerStatus (flags As Integer, ByRef ssoServerName As String, ByRef sqlServer As String, ByRef sqlDatabase As String, ByRef serviceAccount As String, ByRef computerNameCluster As String, ByRef computerNameNode As String, ByRef eventCountInformational As Integer, ByRef eventCountWarning As Integer, ByRef eventCountError As Integer, ByRef versionInfoM As Integer, ByRef versionInfoL As Integer, ByRef auditLevelN As Integer, ByRef auditLevelP As Integer, ByRef passwordSyncAge As Integer, ByRef statusFlags As Integer)
Parameters
- flags
- Int32
- ssoServerName
- String
- sqlServer
- String
- sqlDatabase
- String
- serviceAccount
- String
- computerNameCluster
- String
- computerNameNode
- String
- eventCountInformational
- Int32
- eventCountWarning
- Int32
- eventCountError
- Int32
- versionInfoM
- Int32
- versionInfoL
- Int32
- auditLevelN
- Int32
- auditLevelP
- Int32
- passwordSyncAge
- Int32
- statusFlags
- Int32