Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the UserDefinedFunction object for this column.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As UserDefinedFunction
Get
Set
'Usage
Dim instance As OrderColumn
Dim value As UserDefinedFunction
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public UserDefinedFunction Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property UserDefinedFunction^ Parent {
UserDefinedFunction^ get ();
void set (UserDefinedFunction^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : UserDefinedFunction with get, set
function get Parent () : UserDefinedFunction
function set Parent (value : UserDefinedFunction)
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
The UserDefinedFunction object for this column.