ReportingService2010.SetItemDefinitionAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| SetItemDefinitionAsync(String, Byte[], Property[]) | |
| SetItemDefinitionAsync(String, Byte[], Property[], Object) |
SetItemDefinitionAsync(String, Byte[], Property[])
public:
void SetItemDefinitionAsync(System::String ^ ItemPath, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void SetItemDefinitionAsync (string ItemPath, byte[] Definition, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
Public Sub SetItemDefinitionAsync (ItemPath As String, Definition As Byte(), Properties As Property())
參數
- ItemPath
- String
- Definition
- Byte[]
- Properties
- Property[]
適用於
SetItemDefinitionAsync(String, Byte[], Property[], Object)
public:
void SetItemDefinitionAsync(System::String ^ ItemPath, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void SetItemDefinitionAsync (string ItemPath, byte[] Definition, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
Public Sub SetItemDefinitionAsync (ItemPath As String, Definition As Byte(), Properties As Property(), userState As Object)
參數
- ItemPath
- String
- Definition
- Byte[]
- Properties
- Property[]
- userState
- Object