IParameterFactory.CreateCursorParameter Method (String)

 

Applies To: SQL Server 2016 Preview

Creates an ICursorParameter object that has the specified name.

Namespace:   Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

ICursorParameter CreateCursorParameter(
    string name
)
ICursorParameter^ CreateCursorParameter(
    String^ name
)
abstract CreateCursorParameter : 
        name:string -> ICursorParameter
Function CreateCursorParameter (
    name As String
) As ICursorParameter

Parameters

Return Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ICursorParameter

An ICursorParameter object that has the specified name.

See Also

IParameterFactory Interface
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace

Return to top