Propriété Methods
Gets the collection of methods that are supported by the xml data type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Methods As IMetadataCollection(Of IXmlDataTypeMethod)
Get
'Utilisation
Dim instance As IXmlDataType
Dim value As IMetadataCollection(Of IXmlDataTypeMethod)
value = instance.Methods
IMetadataCollection<IXmlDataTypeMethod> Methods { get; }
property IMetadataCollection<IXmlDataTypeMethod^>^ Methods {
IMetadataCollection<IXmlDataTypeMethod^>^ get ();
}
abstract Methods : IMetadataCollection<IXmlDataTypeMethod>
function get Methods () : IMetadataCollection<IXmlDataTypeMethod>
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IXmlDataTypeMethod> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IXmlDataTypeMethod that contains the methods that are supported by the xml data type.
Voir aussi