Proprietà CapturedSql
Gets the Transact-SQL statements that are captured when the connection is running in capture mode.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CapturedSql As CapturedSql
Get
'Utilizzo
Dim instance As ConnectionManager
Dim value As CapturedSql
value = instance.CapturedSql
public CapturedSql CapturedSql { get; }
public:
property CapturedSql^ CapturedSql {
CapturedSql^ get ();
}
member CapturedSql : CapturedSql
function get CapturedSql () : CapturedSql
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Common. . :: . .CapturedSql
A CapturedSql object value that contains the captured Transact-SQL statements.
Vedere anche