次の方法で共有


DataSource.WindowsCredentials プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Windows 資格情報を使用するかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property WindowsCredentials As Boolean 
    Get 
    Set
'使用
Dim instance As DataSource 
Dim value As Boolean 

value = instance.WindowsCredentials

instance.WindowsCredentials = value
public bool WindowsCredentials { get; set; }
public:
property bool WindowsCredentials {
    bool get ();
    void set (bool value);
}
member WindowsCredentials : bool with get, set
function get WindowsCredentials () : boolean 
function set WindowsCredentials (value : boolean)

プロパティ値

型: System.Boolean
Windows 資格情報を使用する場合は true、使用しない場合は false。

関連項目

参照

DataSource クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間