This document is archived and information here might be outdated. Recommended version. |
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
[Visual Basic .NET]
Public Property SkipConnections As Boolean
[C#]
public bool SkipConnections {get; set;}
[C++]
HRESULT get_SkipConnections(
Boolean* pSkip
);
[C++]
HRESULT put_SkipConnections(
VARIANT_BOOL pSkip
);
[C++] Parameters pSkip [out, retval]
pSkip is a parameter of type bool* pSkip [in]
pSkip is a parameter of type bool