Поделиться через


Свойство Text

Gets the captured Transact-SQL commands in the buffer.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Text As StringCollection
    Get
'Применение
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

Значение свойства

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