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

'Declaration
Public Function IsEmpty As Boolean
'Usage
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: System.Boolean
true if the collection is empty; otherwise, false.

See Also

Reference

UserLoginMapping Class

Microsoft.SqlServer.Management.Dac Namespace