ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceName.ConnectionProperties Property

The connection properties of the WorkspaceName.

[Visual Basic 6.0]
Property ConnectionProperties As IPropertySet
[Visual Basic .NET]
Public Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get; set;}
[Java]
public IPropertySet getConnectionProperties()
throws
    IOException,
    AutomationException
[Java]
public void setConnectionProperties(
IPropertySet pPropertySet
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet** ConnectionProperties
);
[C++]
HRESULT put_ConnectionProperties(
  IPropertySet* ConnectionProperties

);

[C++]

Parameters

ConnectionProperties [out, retval]

  ConnectionProperties is a parameter of type IPropertySet

ConnectionProperties [in]

  ConnectionProperties is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceName Interface

 


Feedback Send feedback on this page