Freigeben über


BusinessLogicCommand Constructor (String)

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Declaration
Public Sub New ( _
    cmdText As String _
)
public BusinessLogicCommand (
    string cmdText
)
public:
BusinessLogicCommand (
    String^ cmdText
)
public BusinessLogicCommand (
    String cmdText
)
public function BusinessLogicCommand (
    cmdText : String
)

Parameter

  • cmdText

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

BusinessLogicCommand Class
BusinessLogicCommand Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace