次の方法で共有


TSqlModelSchema.AllTypes プロパティ

モデルでサポートされているすべての型。 これには、GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) および GetObjects(DacQueryScopes, array<ModelTypeClass[]) の API 呼び出しを使用してクエリできない型が含まれます。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property AllTypes As IEnumerable(Of ModelTypeClass)
    Get
'使用
Dim instance As TSqlModelSchema 
Dim value As IEnumerable(Of ModelTypeClass)

value = instance.AllTypes
public IEnumerable<ModelTypeClass> AllTypes { get; }
public:
property IEnumerable<ModelTypeClass^>^ AllTypes {
    IEnumerable<ModelTypeClass^>^ get ();
}
member AllTypes : IEnumerable<ModelTypeClass>
function get AllTypes () : IEnumerable<ModelTypeClass>

プロパティ値

型: System.Collections.Generic.IEnumerable<ModelTypeClass>

関連項目

参照

TSqlModelSchema クラス

Microsoft.SqlServer.Dac.Model 名前空間