Propriedade do RDL EnumObject.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 MustOverride ReadOnly Property ResultTypes As ResultType()
Get
'Uso
Dim instance As EnumObject
Dim value As ResultType()
value = instance.ResultTypes
public abstract ResultType[] ResultTypes { get; }
public:
virtual property array<ResultType>^ ResultTypes {
array<ResultType>^ get () abstract;
}
abstract ResultTypes : ResultType[]
abstract function get ResultTypes () : ResultType[]
Valor da propriedade
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.ResultType[]
An array of object that represents the types of the results.