SfcObjectAttribute 建構函式 (Type)
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
containsType As Type _
)
'用途
Dim containsType As Type
Dim instance As New SfcObjectAttribute(containsType)
public SfcObjectAttribute(
Type containsType
)
public:
SfcObjectAttribute(
Type^ containsType
)
new :
containsType:Type -> SfcObjectAttribute
public function SfcObjectAttribute(
containsType : Type
)
參數
- containsType
型別:System. . :: . .Type
The Type the container holds.