ReportingService2006.GetSystemProperties(Property[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回一個或多個系統屬性的值。
public:
cli::array <ReportService2006::Property ^> ^ GetSystemProperties(cli::array <ReportService2006::Property ^> ^ Properties);
public ReportService2006.Property[] GetSystemProperties (ReportService2006.Property[] Properties);
member this.GetSystemProperties : ReportService2006.Property[] -> ReportService2006.Property[]
Public Function GetSystemProperties (Properties As Property()) As Property()
參數
傳回
- Property[]
Property 物件的陣列,其中包含一個或多個系統屬性的值。
備註
下表顯示標頭以及有關這項作業的權限資訊。
| SOAP 標頭 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
| 必要權限 | Open 在中的所有屬性 Properties |
您 GetSystemProperties 可以使用方法來取得一組完整的使用者定義和保留的系統屬性。 如需報表伺服器資料庫中的保留系統屬性清單,請參閱 報表伺服器系統屬性。
如果 Properties 參數是 null Nothing 在 Visual Basic) 中 (,則 GetSystemProperties 方法會根據使用者的許可權來傳回系統屬性。 如果使用者具有 Open 網站的許可權,則此方法會傳回使用者具有許可權的所有系統屬性 Open 。 如果使用者沒有 Open 網站的許可權,則此方法會傳回所有非許可的系統屬性。
如果找不到要求的屬性,則不會傳回任何錯誤。 傳回不含值的屬性。