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