この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Gets or sets the name of the BusinessLogicParameter.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Property ParameterName As String
Get
Set
'使用
Dim instance As BusinessLogicParameter
Dim value As String
value = instance.ParameterName
instance.ParameterName = value
public string ParameterName { get; set; }
public:
virtual property String^ ParameterName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ParameterName : string with get, set
override ParameterName : string with get, set
final function get ParameterName () : String
final function set ParameterName (value : String)
プロパティ値
型: System.String
The name of the BusinessLogicParameter.