Share via


ISqlLinkedServer.Location Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Location As String
'Usage
Dim instance As ISqlLinkedServer 
Dim value As String 

value = instance.Location

instance.Location = value
string Location { get; set; }
property String^ Location {
    String^ get ();
    void set (String^ value);
}
function get Location () : String 
function set Location (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlLinkedServer Interface

ISqlLinkedServer Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace