Partilhar via


Propriedade do RDL ObjectInfo.ResultTypes

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property ResultTypes As ResultType()
    Get 
    Set
'Uso
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[])

Valor da propriedade

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

Consulte também

Referência

ObjectInfo Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc