Connects to the specified server in administrative mode interactively. Allows connection without a login account if the user has administrative rights on the server computer.
Visual Basic |
---|
Public Function ConnectAdministrativeInteractiveEx( _ ByVal ConnectionData As ConnectionData, _ ByVal ServerDisplayName As String, _ ByVal ParentWindow As Long, _ ByVal ReturnNoneIfCancelledByUser As Boolean, _ Optional ByVal DefaultAuthType As MFAuthType = MFAuthTypeLoggedOnWindowsUser, _ Optional ByVal SPN As Variant _ ) As MFServerConnection |
Value | Description |
---|---|
MFAuthTypeLoggedOnWindowsUser | Windows authentication with current user credentials. |
MFAuthTypeSpecificMFilesUser | M-Files authentication, user needs to specify the credentials. |
MFAuthTypeSpecificWindowsUser | Windows authentication, user needs to specify the credentials. |
MFAuthTypeUnknown | Unspecified authentication method. |