Поделиться через


Свойство ManagedInstance.ServerUrn

Gets the uniform resource name (URN) of the server instance.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ServerUrn As String 
    Get
'Применение
Dim instance As ManagedInstance 
Dim value As String 

value = instance.ServerUrn
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string ServerUrn { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ ServerUrn {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ServerUrn : string
function get ServerUrn () : String

Значение свойства

Тип: System.String
A String containing the server's URN.

См. также

Справочник

ManagedInstance Класс

Пространство имен Microsoft.SqlServer.Management.Utility