共用方式為


Parent 屬性

Gets the UserDefinedFunction object that is the parent of the UserDefinedFunctionParameter object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As UserDefinedFunction
    Get
    Set
'用途
Dim instance As UserDefinedFunctionParameter
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)

範例

呼叫方法