ExtendedPropertyCollection.Parent Propiedad
Gets the SqlSmoObject object that is the parent of the ExtendedPropertyCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As SqlSmoObject
Get
'Uso
Dim instance As ExtendedPropertyCollection
Dim value As SqlSmoObject
value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that is the parent of the ExtendedPropertyCollection object.