DacExtractionUnit.ExtractionObjectsCount Property
Gets the number of objects affected by the extraction.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public ReadOnly Property ExtractionObjectsCount As Integer
Get
'Utilisation
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
Property Value
Type: Int32
A Int32 value that specifies the number of objects affected by the extraction.