Свойство ServerType
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets or sets a guid that identifies the type of server the connection uses.
Пространство имен: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Сборка: Microsoft.SqlServer.RegSvrEnum (в Microsoft.SqlServer.RegSvrEnum.dll)
Синтаксис
'Декларация
Public Property ServerType As Guid
Get
Set
'Применение
Dim instance As UIConnectionInfo
Dim value As Guid
value = instance.ServerType
instance.ServerType = value
public Guid ServerType { get; set; }
public:
property Guid ServerType {
Guid get ();
void set (Guid value);
}
member ServerType : Guid with get, set
function get ServerType () : Guid
function set ServerType (value : Guid)
Значение свойства
Тип: System. . :: . .Guid
A guid that identifies the type of server the connection uses.
См. также