ObjectInfo.ResultTypes Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property ResultTypes As ResultType()
Get
Set
'Usage
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[])
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
The list of the supported types of result.