Propriété ExtractionObjectsCount
Gets the number of objects affected by the extraction.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'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
Valeur de propriété
Type : System. . :: . .Int32
A Int32 value that specifies the number of objects affected by the extraction.