Propriedade do RDL Methods
Gets the collection of all methods that are defined on the data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Methods As IMetadataCollection(Of IUdtMethod)
Get
'Uso
Dim instance As IClrDataType
Dim value As IMetadataCollection(Of IUdtMethod)
value = instance.Methods
IMetadataCollection<IUdtMethod> Methods { get; }
property IMetadataCollection<IUdtMethod^>^ Methods {
IMetadataCollection<IUdtMethod^>^ get ();
}
abstract Methods : IMetadataCollection<IUdtMethod>
function get Methods () : IMetadataCollection<IUdtMethod>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IUdtMethod> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IUdtMethod that contains all methods that are defined on the data type.
Consulte também