AlertManagement.ListUsersAdmin(String) Méthode

Définition

Retourne la liste des utilisateurs du site SharePoint qui ont créé les définitions d'alerte.

public:
 cli::array <AlertingWcfProxy::User ^> ^ ListUsersAdmin(System::String ^ siteUrl);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdmin", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminResponse")]
public AlertingWcfProxy.User[] ListUsersAdmin (string siteUrl);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdmin", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/ListUsersAdminResponse")>]
abstract member ListUsersAdmin : string -> AlertingWcfProxy.User[]
Public Function ListUsersAdmin (siteUrl As String) As User()

Paramètres

siteUrl
String

URL vers le site SharePoint.

Retours

User[]

Collection des utilisateurs.

Attributs

S’applique à