This document is archived and information here might be outdated. Recommended version. |
Srid of the resultset.
[Visual Basic .NET] Public Property Srid As String
[C#] public string Srid {get; set;}
[C++]
HRESULT get_Srid(
BSTR pSrid
);
[C++]
HRESULT put_Srid(
System.String* pSrid
);
[C++]
Parameters pSrid [in]
pSrid is a parameter of type BSTR pSrid [out, retval]
pSrid is a parameter of type BSTR*