ScalarResult 属性
获取所引用对象的标量结果。
命名空间: 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> [] () [] []
一个 Object 系统对象值,指定所引用对象的标量结果。