Aracılığıyla paylaş


IDbConnectionExtension.IntegratedSecurity Özelliği

Bağlantı tümleşik güvenliği kullanmak yerine gerekir olup olmadığını kullanıcı adı ve parola sağlamanız gösterir.

Ad Alanı:  Microsoft.ReportingServices.DataProcessing
Derlemeler:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces içinde.dll)

Sözdizimi

'Bildirim
Property IntegratedSecurity As Boolean
    Get
    Set
'Kullanım
Dim instance As IDbConnectionExtension
Dim value As Boolean

value = instance.IntegratedSecurity

instance.IntegratedSecurity = value
bool IntegratedSecurity { get; set; }
property bool IntegratedSecurity {
    bool get ();
    void set (bool value);
}
abstract IntegratedSecurity : bool with get, set
function get IntegratedSecurity () : boolean
function set IntegratedSecurity (value : boolean)

Özellik Değeri

Tür: System.Boolean
Değeri, doğru , bağlantı için kimlik doğrulaması; tümleşik güvenlik kullanmalısınız Aksi takdirde, yanlış.