BusinessLogicParameter.ParameterName 속성

이 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.

구현

IDataParameter.ParameterName

참고 항목

참조

BusinessLogicParameter 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스