Compartilhar via


Propriedade do RDL ExtractionObjectsCount

Gets the number of objects affected by the extraction.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public ReadOnly Property ExtractionObjectsCount As Integer
    Get
'Uso
Dim instance As DacExtractionUnit
Dim value As Integer

value = instance.ExtractionObjectsCount
public int ExtractionObjectsCount { get; }
public:
property int ExtractionObjectsCount {
    int get ();
}
member ExtractionObjectsCount : int
function get ExtractionObjectsCount () : int

Valor da propriedade

Tipo: System. . :: . .Int32
A Int32 value that specifies the number of objects affected by the extraction.