PredefinedFunctions.runas 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:
static cli::array <System::Object ^> ^ runas(System::String ^ userId, int classId, System::String ^ staticMethodName, cli::array <System::Object ^> ^ parms, System::String ^ company, System::String ^ language, System::String ^ partitionKey);
public static object[] runas (string userId, int classId, string staticMethodName, object[] parms, string company, string language, string partitionKey);
static member runas : string * int * string * obj[] * string * string * string -> obj[]
Public Shared Function runas (userId As String, classId As Integer, staticMethodName As String, parms As Object(), company As String, language As String, partitionKey As String) As Object()
Parameters
- userId
- String
- classId
- Int32
- staticMethodName
- String
- parms
- Object[]
- company
- String
- language
- String
- partitionKey
- String
Returns
Object[]