Share via


ExtendedAttributeComponent.RenameDatabaseAttribute Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function RenameDatabaseAttribute ( _
    attributeName As String, _
    newAttributeName As String _
) As Integer
public int RenameDatabaseAttribute(
    string attributeName,
    string newAttributeName
)
public:
int RenameDatabaseAttribute(
    String^ attributeName, 
    String^ newAttributeName
)
member RenameDatabaseAttribute : 
        attributeName:string * 
        newAttributeName:string -> int
public function RenameDatabaseAttribute(
    attributeName : String, 
    newAttributeName : String
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ExtendedAttributeComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace