Sdílet prostřednictvím


DataServiceConfiguration.SetServiceOperationAccessRule Metoda

Definice

Nastaví oprávnění pro zadanou operaci služby.

public:
 virtual void SetServiceOperationAccessRule(System::String ^ name, System::Data::Services::ServiceOperationRights rights);
public void SetServiceOperationAccessRule (string name, System.Data.Services.ServiceOperationRights rights);
abstract member SetServiceOperationAccessRule : string * System.Data.Services.ServiceOperationRights -> unit
override this.SetServiceOperationAccessRule : string * System.Data.Services.ServiceOperationRights -> unit
Public Sub SetServiceOperationAccessRule (name As String, rights As ServiceOperationRights)

Parametry

name
String

Název operace služby, pro kterou chcete nastavit oprávnění.

rights
ServiceOperationRights

Přístupová práva, která se mají udělit tomuto prostředku, se předávají ServiceOperationRights jako hodnota.

Implementuje

Poznámky

Když pro name parametr zadáte hodnotu *, nastaví se oprávnění pro všechny operace služby, které nemají explicitně nastavená oprávnění.

Platí pro

Viz také