reference.cs
来自「< SQL Server2005程序设计>」· CS 代码 · 共 1,190 行 · 第 1/5 页
CS
1,190 行
public void ExecuteBatch() {
this.Invoke("ExecuteBatch", new object[0]);
}
/// <remarks/>
public void ExecuteBatchAsync() {
this.ExecuteBatchAsync(null);
}
/// <remarks/>
public void ExecuteBatchAsync(object userState) {
if ((this.ExecuteBatchOperationCompleted == null)) {
this.ExecuteBatchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnExecuteBatchOperationCompleted);
}
this.InvokeAsync("ExecuteBatch", new object[0], this.ExecuteBatchOperationCompleted, userState);
}
private void OnExecuteBatchOperationCompleted(object arg) {
if ((this.ExecuteBatchCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.ExecuteBatchCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Get" +
"SystemProperties", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("Values")]
public Property[] GetSystemProperties(Property[] Properties) {
object[] results = this.Invoke("GetSystemProperties", new object[] {
Properties});
return ((Property[])(results[0]));
}
/// <remarks/>
public void GetSystemPropertiesAsync(Property[] Properties) {
this.GetSystemPropertiesAsync(Properties, null);
}
/// <remarks/>
public void GetSystemPropertiesAsync(Property[] Properties, object userState) {
if ((this.GetSystemPropertiesOperationCompleted == null)) {
this.GetSystemPropertiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSystemPropertiesOperationCompleted);
}
this.InvokeAsync("GetSystemProperties", new object[] {
Properties}, this.GetSystemPropertiesOperationCompleted, userState);
}
private void OnGetSystemPropertiesOperationCompleted(object arg) {
if ((this.GetSystemPropertiesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.GetSystemPropertiesCompleted(this, new GetSystemPropertiesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Set" +
"SystemProperties", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void SetSystemProperties(Property[] Properties) {
this.Invoke("SetSystemProperties", new object[] {
Properties});
}
/// <remarks/>
public void SetSystemPropertiesAsync(Property[] Properties) {
this.SetSystemPropertiesAsync(Properties, null);
}
/// <remarks/>
public void SetSystemPropertiesAsync(Property[] Properties, object userState) {
if ((this.SetSystemPropertiesOperationCompleted == null)) {
this.SetSystemPropertiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetSystemPropertiesOperationCompleted);
}
this.InvokeAsync("SetSystemProperties", new object[] {
Properties}, this.SetSystemPropertiesOperationCompleted, userState);
}
private void OnSetSystemPropertiesOperationCompleted(object arg) {
if ((this.SetSystemPropertiesCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.SetSystemPropertiesCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("BatchHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Del" +
"eteItem", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void DeleteItem(string Item) {
this.Invoke("DeleteItem", new object[] {
Item});
}
/// <remarks/>
public void DeleteItemAsync(string Item) {
this.DeleteItemAsync(Item, null);
}
/// <remarks/>
public void DeleteItemAsync(string Item, object userState) {
if ((this.DeleteItemOperationCompleted == null)) {
this.DeleteItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteItemOperationCompleted);
}
this.InvokeAsync("DeleteItem", new object[] {
Item}, this.DeleteItemOperationCompleted, userState);
}
private void OnDeleteItemOperationCompleted(object arg) {
if ((this.DeleteItemCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.DeleteItemCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("BatchHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Mov" +
"eItem", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void MoveItem(string Item, string Target) {
this.Invoke("MoveItem", new object[] {
Item,
Target});
}
/// <remarks/>
public void MoveItemAsync(string Item, string Target) {
this.MoveItemAsync(Item, Target, null);
}
/// <remarks/>
public void MoveItemAsync(string Item, string Target, object userState) {
if ((this.MoveItemOperationCompleted == null)) {
this.MoveItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMoveItemOperationCompleted);
}
this.InvokeAsync("MoveItem", new object[] {
Item,
Target}, this.MoveItemOperationCompleted, userState);
}
private void OnMoveItemOperationCompleted(object arg) {
if ((this.MoveItemCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.MoveItemCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Lis" +
"tChildren", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("CatalogItems")]
public CatalogItem[] ListChildren(string Item, bool Recursive) {
object[] results = this.Invoke("ListChildren", new object[] {
Item,
Recursive});
return ((CatalogItem[])(results[0]));
}
/// <remarks/>
public void ListChildrenAsync(string Item, bool Recursive) {
this.ListChildrenAsync(Item, Recursive, null);
}
/// <remarks/>
public void ListChildrenAsync(string Item, bool Recursive, object userState) {
if ((this.ListChildrenOperationCompleted == null)) {
this.ListChildrenOperationCompleted = new System.Threading.SendOrPostCallback(this.OnListChildrenOperationCompleted);
}
this.InvokeAsync("ListChildren", new object[] {
Item,
Recursive}, this.ListChildrenOperationCompleted, userState);
}
private void OnListChildrenOperationCompleted(object arg) {
if ((this.ListChildrenCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.ListChildrenCompleted(this, new ListChildrenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Lis" +
"tDependentItems", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("CatalogItems")]
public CatalogItem[] ListDependentItems(string Item) {
object[] results = this.Invoke("ListDependentItems", new object[] {
Item});
return ((CatalogItem[])(results[0]));
}
/// <remarks/>
public void ListDependentItemsAsync(string Item) {
this.ListDependentItemsAsync(Item, null);
}
/// <remarks/>
public void ListDependentItemsAsync(string Item, object userState) {
if ((this.ListDependentItemsOperationCompleted == null)) {
this.ListDependentItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnListDependentItemsOperationCompleted);
}
this.InvokeAsync("ListDependentItems", new object[] {
Item}, this.ListDependentItemsOperationCompleted, userState);
}
private void OnListDependentItemsOperationCompleted(object arg) {
if ((this.ListDependentItemsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.ListDependentItemsCompleted(this, new ListDependentItemsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeaderAttribute("ItemNamespaceHeaderValue")]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Get" +
"Properties", RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("Values")]
public Property[] GetProperties(string Item, Property[] Properties) {
object[] results = this.Invoke("GetProperties", new object[] {
Item,
Properties});
return ((Property[])(results[0]));
}
/// <remarks/>
public void GetPropertiesAsync(string Item, Property[] Properties) {
this.GetPropertiesAsync(Item, Properties, null);
}
/// <remarks/>
public void GetPropertiesAsync(string Item, Property[] Properties, object userState) {
if ((this.GetPropertiesOperationCompleted == null)) {
this.GetPropertiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPropertiesOperationCompleted);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?