Właściwość AgentCore.ProfileName
Pobiera lub ustawia profil programu agent używane podczas uruchamiania agenta.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Property ProfileName As String
Get
Set
'Użycie
Dim instance As AgentCore
Dim value As String
value = instance.ProfileName
instance.ProfileName = value
public string ProfileName { get; set; }
public:
property String^ ProfileName {
String^ get ();
void set (String^ value);
}
member ProfileName : string with get, set
function get ProfileName () : String
function set ProfileName (value : String)
Wartość właściwości
Typ: System.String
A String wartości.
Uwagi
Jeśli ProfileName nie jest zestaw, jest używany profil domyślny dla typu agenta.Aby uzyskać informacje, zobacz Profile Agent replikacji.