AgentProfile.ProfileId Property
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Property ProfileId As Integer
Get
'Usage
Dim instance As AgentProfile
Dim value As Integer
value = instance.ProfileId
public int ProfileId { get; }
public:
property int ProfileId {
int get ();
}
member ProfileId : int
function get ProfileId () : int
Property Value
Type: System.Int32