The JNDI name of the XA data source for the federator database associated with the external (non-FileNet-P8) repository.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
For a related JNDI name, see the
property. For information on specifying the external repository, see the
property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FederationJNDIXADataSource As String |
C# |
---|
string FederationJNDIXADataSource { get; set; } |
C++ |
---|
property string FederationJNDIXADataSource abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_FederationJNDIXADataSource(); /** property */ public void set_FederationJNDIXADataSource(string value); |
JScript |
---|
public function get FederationJNDIXADataSource() : String public function set FederationJNDIXADataSource(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ