This topic has not yet been rated - Rate this topic

LoginCollection.Item Property (String)

Gets a Login object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public Login this[
	string name
] { get; }

Parameters

name
Type: System.String
A String value that specifies the name of the Login object in the LoginCollection collection.

Property Value

Type: Microsoft.SqlServer.Management.Smo.Login
A Login object value that represents the login account.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.