次の方法で共有


ConnectionProperties.PromptLocID プロパティ

Prompt プロパティの一意の識別子を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property PromptLocID As String 
    Get 
    Set
'使用
Dim instance As ConnectionProperties 
Dim value As String 

value = instance.PromptLocID

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

プロパティ値

型: System.String
Prompt プロパティの一意の識別子です。

関連項目

参照

ConnectionProperties クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間