Proprietà ExtractionObjectsCount
Gets the number of objects affected by the extraction.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ExtractionObjectsCount As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
A Int32 value that specifies the number of objects affected by the extraction.
Vedere anche