Condividi tramite


Proprietà SqlSmoObject.ScalarResult

Gets the scalar result for the referenced object.

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

Sintassi

'Dichiarazione
Protected ReadOnly Property ScalarResult As Object()
    Get
'Utilizzo
Dim value As Object()

value = Me.ScalarResult
protected Object[] ScalarResult { get; }
protected:
property array<Object^>^ ScalarResult {
    array<Object^>^ get ();
}
member ScalarResult : Object[]
function get ScalarResult () : Object[]

Valore proprietà

Tipo: array<System.Object[]
An Object system object value that specifies the scalar result for the referenced object.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo