Compartir a través de


ISqlObjectOwner.OwnedObjects (Propiedad)

Obtiene la lista de objetos que pertenecen a este objeto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
ReadOnly Property OwnedObjects As IList(Of ISqlOwnedObject)
    Get
IList<ISqlOwnedObject> OwnedObjects { get; }
property IList<ISqlOwnedObject^>^ OwnedObjects {
    IList<ISqlOwnedObject^>^ get ();
}
abstract OwnedObjects : IList<ISqlOwnedObject>
function get OwnedObjects () : IList<ISqlOwnedObject>

Valor de propiedad

Tipo: System.Collections.Generic.IList<ISqlOwnedObject>

Seguridad de .NET Framework

Vea también

Referencia

ISqlObjectOwner Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)