This topic has not yet been rated - Rate this topic

LinkedServerCollection.Item Property (String)

Gets a LinkedServer object in the LinkedServerCollection collection by name.

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

Parameters

name
Type: System.String
A String value that specifies the name of the LinkedServer object in the LinkedServerCollection collection.

Property Value

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.