OlapConnectionInfo 類別
This class supports the SMO infrastructure and is not intended to be used directly from your code.
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OlapConnectionInfo _
Inherits SqlOlapConnectionInfoBase
'用途
Dim instance As OlapConnectionInfo
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OlapConnectionInfo : SqlOlapConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OlapConnectionInfo : public SqlOlapConnectionInfoBase
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OlapConnectionInfo =
class
inherit SqlOlapConnectionInfoBase
end
public class OlapConnectionInfo extends SqlOlapConnectionInfoBase
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Common. . :: . .ConnectionInfoBase
Microsoft.SqlServer.Management.Common. . :: . .SqlOlapConnectionInfoBase
Microsoft.SqlServer.Management.Common..::..OlapConnectionInfo
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。