Propriété AgentProfileParameterInfo.DefaultValue

Represents the default value of the replication agent parameter.

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

Syntaxe

'Déclaration
Public Property DefaultValue As String 
    Get 
    Set
'Utilisation
Dim instance As AgentProfileParameterInfo 
Dim value As String 

value = instance.DefaultValue

instance.DefaultValue = value
public string DefaultValue { get; set; }
public:
property String^ DefaultValue {
    String^ get ();
    void set (String^ value);
}
member DefaultValue : string with get, set
function get DefaultValue () : String 
function set DefaultValue (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the default value of the agent profile parameter.

Notes

You should check the NoDefaultValue property to make sure that a default value exists before accessing the DefaultValue property. If no default exists, this property raises an exception.

This namespace, class, or member is supported only in the .NET Framework 2.0.

Voir aussi

Référence

AgentProfileParameterInfo Classe

Espace de noms Microsoft.SqlServer.Replication