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
- attributeName
Type: System.String
- newAttributeName
Type: System.String
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.