名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)
構文
'宣言
Public Function IndexOf ( _
parameterName As String _
) As Integer
public int IndexOf (
string parameterName
)
public:
virtual int IndexOf (
String^ parameterName
) sealed
public final int IndexOf (
String parameterName
)
public final function IndexOf (
parameterName : String
) : int
パラメータ
- parameterName
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
BusinessLogicParameterCollection Class
BusinessLogicParameterCollection Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace