ScalarResult Propiedad

Gets the scalar result for the referenced object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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