![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources | |
DataSourceDefinerInfo Constructor(UIParameter,UIParameter,UIParameter,UIParameter,UIParameter,Boolean,String,String,String) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources Namespace > DataSourceDefinerInfo Class > DataSourceDefinerInfo Constructor : DataSourceDefinerInfo Constructor(UIParameter,UIParameter,UIParameter,UIParameter,UIParameter,Boolean,String,String,String) |
- dataSourceDefinition
- Information about the datasource definition parameter
- identity
- Information about the identity parameter
- identityUserName
- Information about the identity username parameter
- identityPassword
- Information about the identity password parameter
- identityDomain
- Information about the identity domain parameter
- identityOptional
- Whether identity is optional
- identityOptionalText
- The text for accessing the optional identity section
- addButtonText
- The text for the Add button.
- cancelButtonText
- The text for the Cancel button.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal dataSourceDefinition As ESRI.ArcGIS.ADF.Web.UIParameter, _ ByVal identity As ESRI.ArcGIS.ADF.Web.UIParameter, _ ByVal identityUserName As ESRI.ArcGIS.ADF.Web.UIParameter, _ ByVal identityPassword As ESRI.ArcGIS.ADF.Web.UIParameter, _ ByVal identityDomain As ESRI.ArcGIS.ADF.Web.UIParameter, _ ByVal identityOptional As Boolean, _ ByVal identityOptionalText As String, _ ByVal addButtonText As String, _ ByVal cancelButtonText As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim dataSourceDefinition As ESRI.ArcGIS.ADF.Web.UIParameter Dim identity As ESRI.ArcGIS.ADF.Web.UIParameter Dim identityUserName As ESRI.ArcGIS.ADF.Web.UIParameter Dim identityPassword As ESRI.ArcGIS.ADF.Web.UIParameter Dim identityDomain As ESRI.ArcGIS.ADF.Web.UIParameter Dim identityOptional As Boolean Dim identityOptionalText As String Dim addButtonText As String Dim cancelButtonText As String Dim instance As New DataSourceDefinerInfo(dataSourceDefinition, identity, identityUserName, identityPassword, identityDomain, identityOptional, identityOptionalText, addButtonText, cancelButtonText) |
C# | |
---|---|
public DataSourceDefinerInfo( ESRI.ArcGIS.ADF.Web.UIParameter dataSourceDefinition, ESRI.ArcGIS.ADF.Web.UIParameter identity, ESRI.ArcGIS.ADF.Web.UIParameter identityUserName, ESRI.ArcGIS.ADF.Web.UIParameter identityPassword, ESRI.ArcGIS.ADF.Web.UIParameter identityDomain, bool identityOptional, string identityOptionalText, string addButtonText, string cancelButtonText ) |
Parameters
- dataSourceDefinition
- Information about the datasource definition parameter
- identity
- Information about the identity parameter
- identityUserName
- Information about the identity username parameter
- identityPassword
- Information about the identity password parameter
- identityDomain
- Information about the identity domain parameter
- identityOptional
- Whether identity is optional
- identityOptionalText
- The text for accessing the optional identity section
- addButtonText
- The text for the Add button.
- cancelButtonText
- The text for the Cancel button.
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