Share via


DatabasePartitionComponent.TryCreateComponent Method

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

Syntax

'Declaration
Public Shared Function TryCreateComponent ( _
    connectionString As String, _
    <OutAttribute> ByRef component As DatabasePartitionComponent _
) As Boolean
public static bool TryCreateComponent(
    string connectionString,
    out DatabasePartitionComponent component
)
public:
static bool TryCreateComponent(
    String^ connectionString, 
    [OutAttribute] DatabasePartitionComponent^% component
)
static member TryCreateComponent : 
        connectionString:string * 
        component:DatabasePartitionComponent byref -> bool
public static function TryCreateComponent(
    connectionString : String, 
    component : DatabasePartitionComponent
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabasePartitionComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace