StoredProcedureParameterCollection Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As StoredProcedureParameterCollection
Syntax
'Declaration
<SerializableAttribute> _
<CollectionDataContractAttribute> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class StoredProcedureParameterCollection
Inherits List(Of StoredProcedureParameter)
[SerializableAttribute]
[CollectionDataContractAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class StoredProcedureParameterCollection : List<StoredProcedureParameter>
[SerializableAttribute]
[CollectionDataContractAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class StoredProcedureParameterCollection : public List<StoredProcedureParameter^>
/** @attribute SerializableAttribute() */
/** @attribute CollectionDataContractAttribute() */
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public class StoredProcedureParameterCollection extends List<StoredProcedureParameter>
SerializableAttribute
CollectionDataContractAttribute
EditorBrowsableAttribute(EditorBrowsableState.Never)
public class StoredProcedureParameterCollection extends List<StoredProcedureParameter>
Inheritance Hierarchy
System.Object
System.Collections.Generic.List
Microsoft.EnterpriseManagement.Warehouse.StoredProcedureParameterCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
StoredProcedureParameterCollection Members
Microsoft.EnterpriseManagement.Warehouse Namespace