MetadataProviderUtils.GetStoredProcParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IParameter> GetStoredProcParameters (string storedProcText, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataFactory metadataFactory, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ISystemDataTypeLookup dataTypeLookup, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo, Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions parseOptions);
static member GetStoredProcParameters : string * Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataFactory * Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ISystemDataTypeLookup * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo * Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IParameter>
Public Shared Function GetStoredProcParameters (storedProcText As String, metadataFactory As IMetadataFactory, dataTypeLookup As ISystemDataTypeLookup, collationInfo As CollationInfo, parseOptions As ParseOptions) As IMetadataOrderedCollection(Of IParameter)
Parameters
- storedProcText
- String
- metadataFactory
- IMetadataFactory
- dataTypeLookup
- ISystemDataTypeLookup
- collationInfo
- CollationInfo
- parseOptions
- ParseOptions