UIConnectionInfo 類別
This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.
命名空間: Microsoft.SqlServer.Management.Smo.RegSvrEnum
組件: Microsoft.SqlServer.RegSvrEnum (在 Microsoft.SqlServer.RegSvrEnum.dll 中)
語法
'宣告
Public Class UIConnectionInfo _
Implements IComparable(Of UIConnectionInfo)
'用途
Dim instance As UIConnectionInfo
public class UIConnectionInfo : IComparable<UIConnectionInfo>
public ref class UIConnectionInfo : IComparable<UIConnectionInfo^>
type UIConnectionInfo =
class
interface IComparable<UIConnectionInfo>
end
public class UIConnectionInfo implements IComparable<UIConnectionInfo>
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionInfo
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。