PartitionFunctionParameter.Parent Property
Gets or sets the PartitionFunction object that is the parent of the PartitionFunctionParameter object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Declaración
Public Property Parent As PartitionFunction
public PartitionFunction Parent { get; set; }
public:
property PartitionFunction^ Parent {
PartitionFunction^ get ();
void set (PartitionFunction^ value);
}
/** @property */
public PartitionFunction get_Parent ()
/** @property */
public void set_Parent (PartitionFunction value)
public function get Parent () : PartitionFunction
public function set Parent (value : PartitionFunction)
The PartitionFunction object that is the parent of the PartitionFunctionParameter object.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
How to: Set Up a Partition Scheme for a Table in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
PartitionFunctionParameter Class
PartitionFunctionParameter Members
Microsoft.SqlServer.Management.Smo Namespace
Using Table and Index Partitioning
CREATE PARTITION FUNCTION (Transact-SQL)