Compartir a través de


ExtractionObjectsCount Propiedad

Gets the number of objects affected by the extraction.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
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 de la propiedad

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