ResourceStrings Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the resource strings used in replication.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.ResourceStrings

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ResourceStrings
'Usage
Dim instance As ResourceStrings
[ComVisibleAttribute(false)]
public sealed class ResourceStrings
[ComVisibleAttribute(false)]
public ref class ResourceStrings sealed
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ResourceStrings =  class end
public final class ResourceStrings

The ResourceStrings type exposes the following members.

Properties

  Name Description
Public propertyStatic member ReplicationStartupNotifyAgent Gets the notification agent when starting the replication.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Replication Namespace