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