LinkedServer Class
Model schema container class for LinkedServer
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.LinkedServer
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class LinkedServer
'Usage
public static class LinkedServer
public ref class LinkedServer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LinkedServer = class end
public final class LinkedServer
The LinkedServer type exposes the following members.
Properties
Name | Description | |
---|---|---|
Catalog | Catalog property class of LinkedServer | |
CollationCompatible | CollationCompatible property class of LinkedServer | |
CollationName | CollationName property class of LinkedServer | |
ConnectTimeout | ConnectTimeout property class of LinkedServer | |
DataAccess | DataAccess property class of LinkedServer | |
DataSource | DataSource property class of LinkedServer | |
IsDistributor | IsDistributor property class of LinkedServer | |
IsPublisher | IsPublisher property class of LinkedServer | |
IsSubscriber | IsSubscriber property class of LinkedServer | |
LazySchemaValidationEnabled | LazySchemaValidationEnabled property class of LinkedServer | |
Location | Location property class of LinkedServer | |
ProductName | ProductName property class of LinkedServer | |
ProviderName | ProviderName property class of LinkedServer | |
ProviderString | ProviderString property class of LinkedServer | |
QueryTimeout | QueryTimeout property class of LinkedServer | |
RemoteProcTransactionPromotionEnabled | RemoteProcTransactionPromotionEnabled property class of LinkedServer | |
RpcEnabled | RpcEnabled property class of LinkedServer | |
RpcOutEnabled | RpcOutEnabled property class of LinkedServer | |
TypeClass | Type class for LinkedServer | |
UseRemoteCollation | UseRemoteCollation property class of LinkedServer |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.