Compartir a través de


UserDefinedFunctionParameterCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As UserDefinedFunction 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

UserDefinedFunctionParameterCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo