TaskUIUtils.GetSchemaTableName(String, String, String) 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 void GetSchemaTableName(System::String ^ schemaTableName, [Runtime::InteropServices::Out] System::String ^ % schemaName, [Runtime::InteropServices::Out] System::String ^ % tableName);
public static void GetSchemaTableName (string schemaTableName, out string schemaName, out string tableName);
static member GetSchemaTableName : string * string * string -> unit
Public Shared Sub GetSchemaTableName (schemaTableName As String, ByRef schemaName As String, ByRef tableName As String)
Parameters
- schemaTableName
- String
- schemaName
- String
- tableName
- String