Propriété Text

Gets the captured Transact-SQL commands in the buffer.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Text As StringCollection
    Get
'Utilisation
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

Valeur de propriété

Type : System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that contains the captured Transact-SQL commands.