Método Schema.EnumOwnedObjects
Enumerates a list of objects that are owned by the schema.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function EnumOwnedObjects As Urn()
'Uso
Dim instance As Schema
Dim returnValue As Urn()
returnValue = instance.EnumOwnedObjects()
public Urn[] EnumOwnedObjects()
public:
array<Urn^>^ EnumOwnedObjects()
member EnumOwnedObjects : unit -> Urn[]
public function EnumOwnedObjects() : Urn[]
Valor de retorno
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
An array of Urn objects that specifies the objects that are owned by the schema.
Exemplos
Criando, alterando e removendo esquemas
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo