Compartilhar via


Propriedade do RDL ISfcSimpleList.ListReference

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
ReadOnly Property ListReference As IEnumerable 
    Get
'Uso
Dim instance As ISfcSimpleList 
Dim value As IEnumerable 

value = instance.ListReference
IEnumerable ListReference { get; }
property IEnumerable^ ListReference {
    IEnumerable^ get ();
}
abstract ListReference : IEnumerable
function get ListReference () : IEnumerable

Valor da propriedade

Tipo: System.Collections.IEnumerable
The reference of the list that is present in the simple list.

Consulte também

Referência

ISfcSimpleList Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc