Freigeben über


MergePublication.Priority-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: System.Single
The priority of the publication.

Siehe auch

Verweis

MergePublication Klasse

Microsoft.SqlServer.Replication-Namespace