CollectionTypeInfo(Type, Int32, Boolean) Constructor

Definition

public CollectionTypeInfo (Type type, int id, bool isOrdered);
new Microsoft.SqlServer.Management.SqlParser.Metadata.CollectionTypeInfo : Type * int * bool -> Microsoft.SqlServer.Management.SqlParser.Metadata.CollectionTypeInfo
Public Sub New (type As Type, id As Integer, isOrdered As Boolean)

Parameters

type
Type
id
Int32
isOrdered
Boolean

Applies to