adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / DatabaseName Property


In This Topic
    DatabaseName Property
    In This Topic
    The database name.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property DatabaseName As String
    [CanBeNull()]
    public string DatabaseName {get; set;}
    [CanBeNull()]
    public:
    property String^ DatabaseName {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    For Oracle connections, specify the service name if not using TNS for the connection (see Remarks in ServerName).
    See Also