ScalarResult 屬性
Gets the scalar result for the referenced object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected ReadOnly Property ScalarResult As Object()
Get
'用途
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[]
屬性值
型別:array<System. . :: . .Object> [] () [] []
An Object system object value that specifies the scalar result for the referenced object.