Partilhar via


Propriedade do RDL Current

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 ReadOnly Property Current As SfcDependencyNode
    Get
'Uso
Dim instance As SfcDependencyEngine..::..DependencyListEnumerator
Dim value As SfcDependencyNode

value = instance.Current
public SfcDependencyNode Current { get; }
public:
virtual property SfcDependencyNode^ Current {
    SfcDependencyNode^ get () sealed;
}
abstract Current : SfcDependencyNode
override Current : SfcDependencyNode
final function get Current () : SfcDependencyNode

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDependencyNode
An Object that represents the current item in the underlying list represented by the List property, or a null reference if the list has no items.

Implementa

IEnumerator< (Of < ( <'T> ) > ) >. . :: . .Current