LinkedServer.DataAccess Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether data can be accessed on the linked server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool DataAccess { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether data can be accessed on the linked server. If True, data can be accessed on the linked server. Otherwise, False (default).
