DtsServerType.IServerType.ServerType Property
Gets the server type of the server using a globally unique identifier (GUID).
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private ReadOnly Property ServerType As Guid
Implements IServerType.ServerType
Get
'Usage
Dim instance As DtsServerType
Dim value As Guid
value = CType(instance, IServerType).ServerType
Guid IServerType.ServerType { get; }
private:
virtual property Guid ServerType {
Guid get () sealed = IServerType::ServerType::get;
}
private abstract ServerType : Guid
private override ServerType : Guid
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: Guid
An interface that represents the server type of the server using a globally unique identifier (GUID).