ReportConnectionCustomCode.Method プロパティ

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

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Property Method As 
    Get
    Set
'使用

Dim instance As ReportConnectionCustomCode
Dim value As 

value = instance.Method

instance.Method = value
public  Method { get; set; }
public:
property ^ Method {
    ^ get ();
    void set (^ value);
}
member Method :  with get, set
function get Method () : 
function set Method (value : )

プロパティ値

型:
レポート内のメソッドを指定する文字列値。

関連項目

参照

ReportConnectionCustomCode クラス

Microsoft.SqlServer.Management 名前空間