DataSource.ConnectionStringSecurity Property
Gets or sets the connection security properties of a DataSource object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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)
Property Value
The connection security properties.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DataSource Class
DataSource Members
Microsoft.AnalysisServices Namespace