SfcQueryExpression.IXmlSerializable.GetSchema Method
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Private Function GetSchema As XmlSchema
Implements IXmlSerializable.GetSchema
'Usage
Dim instance As SfcQueryExpression
Dim returnValue As XmlSchema
returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
private:
virtual XmlSchema^ GetSchema() sealed = IXmlSerializable::GetSchema
private abstract GetSchema : unit -> XmlSchema
private override GetSchema : unit -> XmlSchema
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Xml.Schema.XmlSchema
The XmlSchema to get.