Compartilhar via


StaticAdapterManagement.GetSchema(String, String, String) Método

Definição

public:
 virtual Microsoft::BizTalk::Adapter::Framework::Result GetSchema(System::String ^ xsdLocation, System::String ^ xsdNamespace, [Runtime::InteropServices::Out] System::String ^ % xsdSchema);
public Microsoft.BizTalk.Adapter.Framework.Result GetSchema(string xsdLocation, string xsdNamespace, out string xsdSchema);
abstract member GetSchema : string * string *  -> Microsoft.BizTalk.Adapter.Framework.Result
override this.GetSchema : string * string *  -> Microsoft.BizTalk.Adapter.Framework.Result
Public Function GetSchema (xsdLocation As String, xsdNamespace As String, ByRef xsdSchema As String) As Result

Parâmetros

xsdLocation
String
xsdNamespace
String
xsdSchema
String

Retornos

Implementações

Microsoft.BizTalk.Adapter.Framework.IAdapterConfig.GetSchema(System.String,System.String,System.String)

Aplica-se a