Propriété AgentProfile.ProfileId

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProfileId As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32

Voir aussi

Référence

AgentProfile Classe

Espace de noms Microsoft.SqlServer.Replication