Compartilhar via


Propriedade ScalarResult

Gets the scalar result for the referenced object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected ReadOnly Property ScalarResult As Object()
    Get
'Uso
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[]

Valor da propriedade

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