StoredProcedureCollection Constructors

Definition

Overloads

StoredProcedureCollection(CollationInfo)
StoredProcedureCollection(Int32, CollationInfo)

StoredProcedureCollection(CollationInfo)

public StoredProcedureCollection (Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.StoredProcedureCollection : Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.StoredProcedureCollection
Public Sub New (collationInfo As CollationInfo)

Parameters

collationInfo
CollationInfo

Applies to

StoredProcedureCollection(Int32, CollationInfo)

public StoredProcedureCollection (int initialCapacity, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.StoredProcedureCollection : int * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.StoredProcedureCollection
Public Sub New (initialCapacity As Integer, collationInfo As CollationInfo)

Parameters

initialCapacity
Int32
collationInfo
CollationInfo

Applies to