ISql100TableTypeUniqueConstraint.ColumnSpecifications プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property ColumnSpecifications As IList(Of ISql100TableTypeIndexedColumnSpecification)
'使用
Dim instance As ISql100TableTypeUniqueConstraint
Dim value As IList(Of ISql100TableTypeIndexedColumnSpecification)
value = instance.ColumnSpecifications
IList<ISql100TableTypeIndexedColumnSpecification> ColumnSpecifications { get; }
property IList<ISql100TableTypeIndexedColumnSpecification^>^ ColumnSpecifications {
IList<ISql100TableTypeIndexedColumnSpecification^>^ get ();
}
function get ColumnSpecifications () : IList<ISql100TableTypeIndexedColumnSpecification>
プロパティ値
型 : System.Collections.Generic.IList<ISql100TableTypeIndexedColumnSpecification>
参照
参照
ISql100TableTypeUniqueConstraint インターフェイス