PartitionSchemeParameter.Parent Propiedad
Gets or sets the PartitionScheme object that is the parent of the PartitionSchemeParameter object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Index")> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject
Get
Set
'Uso
Dim instance As PartitionSchemeParameter
Dim value As SqlSmoObject
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Index")]
[SfcParentAttribute("Table")]
public SqlSmoObject Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Index")]
[SfcParentAttribute(L"Table")]
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
void set (SqlSmoObject^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Index")>]
[<SfcParentAttribute("Table")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.SqlSmoObject
The PartitionScheme object that is the parent of the PartitionSchemeParameter object.
Ejemplos
Utilizar grupos de archivos y archivos para almacenar datos
Vea también
Referencia
PartitionSchemeParameter Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo