Propriedade ISqlObjectOwner.OwnedObjects
Obtém a lista de objetos que pertencem a este objeto.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Collections.Generic.IList<ISqlOwnedObject>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.