Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of business logic parameters.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As BusinessLogicParameterCollection
Get
'Usage
Dim instance As BusinessLogicCommand
Dim value As BusinessLogicParameterCollection
value = instance.Parameters
public BusinessLogicParameterCollection Parameters { get; }
public:
property BusinessLogicParameterCollection^ Parameters {
BusinessLogicParameterCollection^ get ();
}
member Parameters : BusinessLogicParameterCollection
function get Parameters () : BusinessLogicParameterCollection
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
The collection of business logic parameters.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace