Freigeben über


UserDefinedFunctionParameterCollection.Parent-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As UserDefinedFunction 
    Get
'Usage
Dim instance As UserDefinedFunctionParameterCollection 
Dim value As UserDefinedFunction 

value = instance.Parent
public UserDefinedFunction Parent { get; }
public:
property UserDefinedFunction^ Parent {
    UserDefinedFunction^ get ();
}
member Parent : UserDefinedFunction
function get Parent () : UserDefinedFunction

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that owns the UserDefinedFunctionParameter object.

Siehe auch

Verweis

UserDefinedFunctionParameterCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace