UIConnectionInfo.ServerType Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Syntax
'Declaration
Public Property ServerType As Guid
Get
Set
'Usage
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)
Property Value
Type: System.Guid