Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the count of objects discovered by a dependency walker.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Property TotalCount As Integer
Get
Set
'Usage
Dim value As Integer
value = Me.TotalCount
Me.TotalCount = value
protected internal int TotalCount { get; set; }
protected public:
property int TotalCount {
int get ();
void set (int value);
}
member TotalCount : int with get, set
function get TotalCount () : int
function set TotalCount (value : int)
Property Value
Type: System.Int32
The count of objects discovered by a dependency walker.