Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a collection of LinkedServerLogin objects. Each LinkedServerLogin object represents a linked server login defined on the linked server.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(LinkedServerLogin))> _
Public ReadOnly Property LinkedServerLogins As LinkedServerLoginCollection
Get
'Применение
Dim instance As LinkedServer
Dim value As LinkedServerLoginCollection
value = instance.LinkedServerLogins
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(LinkedServerLogin))]
public LinkedServerLoginCollection LinkedServerLogins { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(LinkedServerLogin))]
public:
property LinkedServerLoginCollection^ LinkedServerLogins {
LinkedServerLoginCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(LinkedServerLogin))>]
member LinkedServerLogins : LinkedServerLoginCollection
function get LinkedServerLogins () : LinkedServerLoginCollection
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection
A LinkedServerLoginCollection object that represents all the linked server logins defined on the linked server.
Примеры
Использование связанных серверов в объектах SMO
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo