Share via


IColumnFactory.Create Method (String)

Note: This API is now obsolete.

Creates an IMutableColumn object that has the specified name.

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

Syntax

'Declaration
<ObsoleteAttribute("This method is not longer supported.", True)> _
Function Create ( _
    name As String _
) As IMutableColumn
'Usage
Dim instance As IColumnFactory
Dim name As String
Dim returnValue As IMutableColumn

returnValue = instance.Create(name)
[ObsoleteAttribute("This method is not longer supported.", true)]
IMutableColumn Create(
    string name
)
[ObsoleteAttribute(L"This method is not longer supported.", true)]
IMutableColumn^ Create(
    String^ name
)
[<ObsoleteAttribute("This method is not longer supported.", true)>]
abstract Create : 
        name:string -> IMutableColumn 
function Create(
    name : String
) : IMutableColumn

Parameters

Return Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableColumn
An IMutableColumn object that has the specified name.