다음을 통해 공유


AlertManagement.ListUsersAdmin(String) 메서드

정의

경고 정의를 만든 SharePoint 사이트의 사용자 목록을 반환합니다.

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()

매개 변수

siteUrl
String

SharePoint 사이트의 URL입니다.

반환

User[]

사용자의 컬렉션입니다.

특성

적용 대상