ReportConnectionCustomCode クラス

定義

レポート接続が提供するカスタム コードのコレクションを表します。

public ref class ReportConnectionCustomCode
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ReportConnectionCustomCode
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ReportConnectionCustomCode = class
Public Class ReportConnectionCustomCode
継承
ReportConnectionCustomCode
属性

コンストラクター

ReportConnectionCustomCode()

ReportConnectionCustomCode クラスの新しいインスタンスを初期化します。

プロパティ

CheckMethod

CheckMethod メソッドを使用して、レポートのカスタム コードを取得します。値の設定も可能です。

Class

レポート内のクラスの値を取得します。値の設定も可能です。

Method

指定されたメソッドの値を取得します。値の設定も可能です。

適用対象