共用方式為


DataMappedObjectTypeAttribute.AvailableRestrictions 屬性

取得或設定為目前型別的任何限制。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Public Property AvailableRestrictions As String
public string AvailableRestrictions { get; set; }
public:
property String^ AvailableRestrictions {
    String^ get ();
    void set (String^ value);
}
member AvailableRestrictions : string with get, set
function get AvailableRestrictions () : String 
function set AvailableRestrictions (value : String)

屬性值

類型:String
其中包含目前型別的任何限制的字串值。

.NET Framework 安全性

請參閱

參考

DataMappedObjectTypeAttribute 類別

Microsoft.VisualStudio.Data.Services 命名空間