Udostępnij za pośrednictwem


UserDefinedFunction.Parameters Property

Represents a collection of Parameter objects. Each Parameter object represents a parameter defined for the user-defined function.

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

Syntax

'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(UserDefinedFunctionParameter))> _
Public ReadOnly Property Parameters As UserDefinedFunctionParameterCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(UserDefinedFunctionParameter))] 
public UserDefinedFunctionParameterCollection Parameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(UserDefinedFunctionParameter))] 
public:
property UserDefinedFunctionParameterCollection^ Parameters {
    UserDefinedFunctionParameterCollection^ get ();
}
/** @property */
public UserDefinedFunctionParameterCollection get_Parameters ()
public function get Parameters () : UserDefinedFunctionParameterCollection

Property Value

A UserDefinedFunctionParameterCollection object that represents all the parameters defined for the user-defined function.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.