Поделиться через


DataSource.ConnectionStringSecurity Property

Gets or sets the connection security properties of a DataSource object.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<ReadOnlyAttribute(True)> _
Public Property ConnectionStringSecurity As ConnectionStringSecurity
[ReadOnlyAttribute(true)] 
public ConnectionStringSecurity ConnectionStringSecurity { get; set; }
[ReadOnlyAttribute(true)] 
public:
property ConnectionStringSecurity ConnectionStringSecurity {
    ConnectionStringSecurity get ();
    void set (ConnectionStringSecurity value);
}
/** @property */
public ConnectionStringSecurity get_ConnectionStringSecurity ()

/** @property */
public void set_ConnectionStringSecurity (ConnectionStringSecurity value)
public function get ConnectionStringSecurity () : ConnectionStringSecurity

public function set ConnectionStringSecurity (value : ConnectionStringSecurity)

Значение свойства

The connection security properties.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DataSource Class
DataSource Members
Microsoft.AnalysisServices Namespace