Aracılığıyla paylaş


DropChildObjectsStatement.Objects Özellik

Kesilmesini alt nesnelerin listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property Objects As IList(Of ChildObjectName)
    Get
public IList<ChildObjectName> Objects { get; }
public:
property IList<ChildObjectName^>^ Objects {
    IList<ChildObjectName^>^ get ();
}
member Objects : IList<ChildObjectName>
function get Objects () : IList<ChildObjectName>

Özellik Değeri

Tür: System.Collections.Generic.IList<ChildObjectName>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DropChildObjectsStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı