Свойство ServerInstanceName
Gets the name of the server instance associated with the key.
Пространство имен: Microsoft.SqlServer.Management.Utility
Сборка: Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)
Синтаксис
'Декларация
Public ReadOnly Property ServerInstanceName As String
Get
'Применение
Dim instance As DeployedDac..::..Key
Dim value As String
value = instance.ServerInstanceName
public string ServerInstanceName { get; }
public:
property String^ ServerInstanceName {
String^ get ();
}
member ServerInstanceName : string
function get ServerInstanceName () : String
Значение свойства
Тип: System. . :: . .String
A String value that specifies the name of the server instance associated with the key.
См. также