Udostępnij za pośrednictwem


MergePublication.Priority Property

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

Gets the priority of the publication.

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

Syntax

'Declaration
Public ReadOnly Property Priority As Single 
    Get
'Usage
Dim instance As MergePublication 
Dim value As Single 

value = instance.Priority
public float Priority { get; }
public:
property float Priority {
    float get ();
}
member Priority : float32
function get Priority () : float

Property Value

Type: System.Single
The priority of the publication.

See Also

Reference

MergePublication Class

Microsoft.SqlServer.Replication Namespace