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.