Constraint._DataSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the DataSet to which this constraint belongs.
protected:
virtual property System::Data::DataSet ^ _DataSet { System::Data::DataSet ^ get(); };
protected public:
virtual property System::Data::DataSet ^ _DataSet { System::Data::DataSet ^ get(); };
[System.CLSCompliant(false)]
protected virtual System.Data.DataSet? _DataSet { get; }
[System.CLSCompliant(false)]
protected virtual System.Data.DataSet _DataSet { get; }
[System.CLSCompliant(false)]
protected internal virtual System.Data.DataSet _DataSet { get; }
[<System.CLSCompliant(false)>]
member this._DataSet : System.Data.DataSet
Protected Overridable ReadOnly Property _DataSet As DataSet
Protected Friend Overridable ReadOnly Property _DataSet As DataSet
Property Value
The DataSet to which the constraint belongs.
- Attributes
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.