DacType.. Method
Not implemented.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'宣告
Private Function GetSchema As XmlSchema
Implements IXmlSerializable.GetSchema
'用途
Dim instance As DacType
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: XmlSchema
Returns null.
Implements
IXmlSerializableGetSchema()