Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SQLAuthentication Property
See Also 
Dundas.SharePoint.Data Namespace > DataSourceSql Class : SQLAuthentication Property


Gets or sets the SQL authentication.

Syntax

Visual Basic (Declaration)  
<XmlAttributeAttribute()>
Public Property SQLAuthentication As SQLAuthentication
Visual Basic (Usage) Copy Code
Dim instance As DataSourceSql
Dim value As SQLAuthentication
 
instance.SQLAuthentication = value
 
value = instance.SQLAuthentication
C#  
[XmlAttributeAttribute()]
public SQLAuthentication SQLAuthentication {get; set;}

Return Value

The SQL authentication.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also