JAMS Developer Guide
CommandText Property (SQLScript)


MVPSI.JAMS.Activities Namespace > SQLScript Class : CommandText Property
The SQL Script to be executed.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property CommandText As System.String
'Usage
 
Dim instance As SQLScript
Dim value As System.String
 
instance.CommandText = value
 
value = instance.CommandText
[System.ComponentModel.Browsable(false)]
public System.string CommandText {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

SQLScript Class
SQLScript Members