Поделиться через


Свойство Parent

Gets the PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As PartitionFunction
    Get
'Применение
Dim instance As PartitionFunctionParameterCollection
Dim value As PartitionFunction

value = instance.Parent
public PartitionFunction Parent { get; }
public:
property PartitionFunction^ Parent {
    PartitionFunction^ get ();
}
member Parent : PartitionFunction
function get Parent () : PartitionFunction

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunction
A PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.