ObjectInfo.ResultTypes 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property ResultTypes As ResultType()
    Get 
    Set
用法
Dim instance As ObjectInfo 
Dim value As ResultType()

value = instance.ResultTypes

instance.ResultTypes = value
public ResultType[] ResultTypes { get; set; }
public:
property array<ResultType>^ ResultTypes {
    array<ResultType>^ get ();
    void set (array<ResultType>^ value);
}
member ResultTypes : ResultType[] with get, set
function get ResultTypes () : ResultType[]
function set ResultTypes (value : ResultType[])

属性值

类型:array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
The list of the supported types of result.

请参阅

参考

ObjectInfo 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间