Właściwość PartitionFunctionCollection.Parent
Pobiera Database obiekt, który jest elementem nadrzędnym PartitionFunctionCollection obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Parent As Database
Get
'Użycie
Dim instance As PartitionFunctionCollection
Dim value As Database
value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
Database^ get ();
}
member Parent : Database
function get Parent () : Database
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Database
A Database obiekt, który jest elementem nadrzędnym PartitionFunctionCollection obiektu.
Zobacz także