JAMS Developer Guide
ConnectionString Property (SQLStoredProc)


MVPSI.JAMS.Activities.SQL Namespace > SQLStoredProc Class : ConnectionString Property
The optional database connection string. If not supplied the connection string will be built from the stored procedure's details.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Optional Settings")>
<System.ComponentModel.DescriptionAttribute("The optional database connection string. If not supplied the connection string will be built from the stored procedure's details.")>
Public Property ConnectionString As System.String
'Usage
 
Dim instance As SQLStoredProc
Dim value As System.String
 
instance.ConnectionString = value
 
value = instance.ConnectionString
[System.ComponentModel.Category("Optional Settings")]
[System.ComponentModel.Description("The optional database connection string. If not supplied the connection string will be built from the stored procedure's details.")]
public System.string ConnectionString {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SQLStoredProc Class
SQLStoredProc Members