共用方式為


Location 屬性

Gets or sets the description of the location of the linked server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Location As String
    Get
    Set
'用途
Dim instance As LinkedServer
Dim value As String

value = instance.Location

instance.Location = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string Location { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ Location {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Location : string with get, set
function get Location () : String
function set Location (value : String)

屬性值

型別:System. . :: . .String
A String value that specifies the location of the linked server.

備註

Server names often do not reveal their physical location. The Location property is used to add a description of the physical location such as "Paris", or "Building 11".