IAdapterConfig.GetSchema(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:
Microsoft::BizTalk::Adapter::Framework::Result GetSchema(System::String ^ uri, System::String ^ namespaceName, [Runtime::InteropServices::Out] System::String ^ % fileLocation);
public Microsoft.BizTalk.Adapter.Framework.Result GetSchema (string uri, string namespaceName, out string fileLocation);
abstract member GetSchema : string * string * string -> Microsoft.BizTalk.Adapter.Framework.Result
Public Function GetSchema (uri As String, namespaceName As String, ByRef fileLocation As String) As Result
Parameters
- uri
- String
- namespaceName
- String
- fileLocation
- String