Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the SqlSmoObject object that is the parent of the Column object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcParentAttribute("Rule")> _
<SfcParentAttribute("Default")> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
<SfcParentAttribute("UserDefinedFunction")> _
<SfcParentAttribute("Statistic")> _
<SfcParentAttribute("UserDefinedTableType")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
<SfcParentAttribute("ForeignKey")> _
Public Property Parent As SqlSmoObject
Get
Set
'Usage
Dim instance As Column
Dim value As SqlSmoObject
value = instance.Parent
instance.Parent = value
[SfcParentAttribute("Rule")]
[SfcParentAttribute("Default")]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
[SfcParentAttribute("UserDefinedFunction")]
[SfcParentAttribute("Statistic")]
[SfcParentAttribute("UserDefinedTableType")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
[SfcParentAttribute("ForeignKey")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"Rule")]
[SfcParentAttribute(L"Default")]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
[SfcParentAttribute(L"UserDefinedFunction")]
[SfcParentAttribute(L"Statistic")]
[SfcParentAttribute(L"UserDefinedTableType")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
[SfcParentAttribute(L"ForeignKey")]
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("Rule")>]
[<SfcParentAttribute("Default")>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
[<SfcParentAttribute("UserDefinedFunction")>]
[<SfcParentAttribute("Statistic")>]
[<SfcParentAttribute("UserDefinedTableType")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
[<SfcParentAttribute("ForeignKey")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object value that specifies the parent that owns the Column object.