Propriedade do RDL CapturedSql.Text
Gets the captured Transact-SQL commands in the buffer.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Text As StringCollection
Get
'Uso
Dim instance As CapturedSql
Dim value As StringCollection
value = instance.Text
public StringCollection Text { get; }
public:
property StringCollection^ Text {
StringCollection^ get ();
}
member Text : StringCollection
function get Text () : StringCollection
Valor da propriedade
Tipo: System.Collections.Specialized.StringCollection
A StringCollection system object value that contains the captured Transact-SQL commands.