IDataServiceConfiguration.SetEntitySetAccessRule 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的實體集設定存取規則。
public:
void SetEntitySetAccessRule(System::String ^ name, System::Data::Services::EntitySetRights rights);
public void SetEntitySetAccessRule (string name, System.Data.Services.EntitySetRights rights);
abstract member SetEntitySetAccessRule : string * System.Data.Services.EntitySetRights -> unit
Public Sub SetEntitySetAccessRule (name As String, rights As EntitySetRights)
參數
- name
- String
要設定存取權的實體集名稱。
- rights
- EntitySetRights
實體集所允許的權限。
備註
預設組態是拒絕資源存取。 當服務初始化時,必須啟用存取權限。