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