UserLoginMapping.IsEmpty Method
Determines whether the collection is empty.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Function IsEmpty As Boolean
'Utilisation
Dim instance As UserLoginMapping
Dim returnValue As Boolean
returnValue = instance.IsEmpty()
public bool IsEmpty()
public:
bool IsEmpty()
member IsEmpty : unit -> bool
public function IsEmpty() : boolean
Return Value
Type: Boolean
true if the collection is empty; otherwise, false.