IMetadataDisplayInfoProvider.CollectionToString 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.
Overloads
CollectionToString<T>(IMetadataCollection<T>, Boolean) | |
CollectionToString<T>(IMetadataOrderedCollection<T>, Boolean) |
CollectionToString<T>(IMetadataCollection<T>, Boolean)
public string CollectionToString<T> (Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T> metadataCollection, bool singleLine) where T : class, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject;
abstract member CollectionToString : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> * bool -> string (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)
Public Function CollectionToString(Of T As {Class, IMetadataObject}) (metadataCollection As IMetadataCollection(Of T), singleLine As Boolean) As String
Type Parameters
- T
Parameters
- metadataCollection
- IMetadataCollection<T>
- singleLine
- Boolean
Returns
Applies to
CollectionToString<T>(IMetadataOrderedCollection<T>, Boolean)
public string CollectionToString<T> (Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<T> metadataCollection, bool singleLine) where T : class, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject;
abstract member CollectionToString : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> * bool -> string (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)
Public Function CollectionToString(Of T As {Class, IMetadataObject}) (metadataCollection As IMetadataOrderedCollection(Of T), singleLine As Boolean) As String
Type Parameters
- T
Parameters
- metadataCollection
- IMetadataOrderedCollection<T>
- singleLine
- Boolean