DataSourceCollection.IndexOf Method (String)
Gets the index of a DataSource with the specified identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
'Декларация
Public Function IndexOf ( _
id As String _
) As Integer
public int IndexOf (
string id
)
public:
int IndexOf (
String^ id
)
public int IndexOf (
String id
)
public function IndexOf (
id : String
) : int
- id
The identifier of a DataSource to be located.
The zero-based index of the DataSource specified by id if the object is found; otherwise, -1.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
DataSourceCollection Class
DataSourceCollection Members
Microsoft.AnalysisServices Namespace