Condividi tramite


Proprietà StatementEventArgs.SqlStatement

Gets the Transact-SQL statement that caused the statement event.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SqlStatement As String 
    Get
'Utilizzo
Dim instance As StatementEventArgs 
Dim value As String 

value = instance.SqlStatement
public string SqlStatement { get; }
public:
property String^ SqlStatement {
    String^ get ();
}
member SqlStatement : string
function get SqlStatement () : String

Valore proprietà

Tipo: String
A String value that specifies the Transact-SQL statement that caused the statement event.

Vedere anche

Riferimento

StatementEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common