SqlConstraintCollection 類別

定義

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlConstraintCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlConstraint>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlConstraintCollection = class
    inherit SqlCollection<SqlConstraint>
Public Class SqlConstraintCollection
Inherits SqlCollection(Of SqlConstraint)
繼承
SqlConstraintCollection
屬性

屬性

名稱 Description
Count (繼承來源 SqlCollection<T>)
IsReadOnly (繼承來源 SqlCollection<T>)
Item[Int32] (繼承來源 SqlCollection<T>)

方法

名稱 Description
Contains(T) (繼承來源 SqlCollection<T>)
CopyTo(T[], Int32) (繼承來源 SqlCollection<T>)
GetEnumerator() (繼承來源 SqlCollection<T>)
IndexOf(T) (繼承來源 SqlCollection<T>)

明確介面實作

名稱 Description
IEnumerable.GetEnumerator() (繼承來源 SqlCollection<T>)

適用於