次の方法で共有


SystemDataTypeCollection クラス

SystemDataTypeCollection クラスは、参照されたデータベースのすべてのシステム データ型を表す SystemDataType オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class SystemDataTypeCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As SystemDataTypeCollection
public sealed class SystemDataTypeCollection : SimpleObjectCollectionBase
public ref class SystemDataTypeCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type SystemDataTypeCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class SystemDataTypeCollection extends SimpleObjectCollectionBase

説明

SystemDataTypeCollection オブジェクトは、一連のシステム データ型にアクセスするために使用できます。特定の SystemDataType オブジェクトを返すには、Item プロパティを使用します。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。