Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the PartitionFunction object that is the parent of the PartitionFunctionParameter object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As PartitionFunction
Get
Set
'Usage
Dim instance As PartitionFunctionParameter
Dim value As PartitionFunction
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public PartitionFunction Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property PartitionFunction^ Parent {
PartitionFunction^ get ();
void set (PartitionFunction^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : PartitionFunction with get, set
function get Parent () : PartitionFunction
function set Parent (value : PartitionFunction)
Property Value
Type: Microsoft.SqlServer.Management.Smo.PartitionFunction
The PartitionFunction object that is the parent of the PartitionFunctionParameter object.
Examples
Using Filegroups and Files to Store Data
See Also
Reference
PartitionFunctionParameter Class
Microsoft.SqlServer.Management.Smo Namespace