Command.CommandText Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Access the command string.
public:
 property System::String ^ CommandText { System::String ^ get(); };
	public:
 property Platform::String ^ CommandText { Platform::String ^ get(); };
	public string CommandText { get; }
	member this.CommandText : string
	Public ReadOnly Property CommandText As String
	Property Value
The command name, if IsScript is false; otherwise; the script contents