UserComment propriété
Obtient ou définit le commentaire spécifié par l'utilisateur sur l'étendue.
Espace de noms : Microsoft.Synchronization.Data.SqlServer
Assembly : Microsoft.Synchronization.Data.SqlServer (dans Microsoft.Synchronization.Data.SqlServer.dll)
Syntaxe
'Déclaration
Public Property UserComment As String
Get
Set
'Utilisation
Dim instance As SqlSyncScopeProvisioning
Dim value As String
value = instance.UserComment
instance.UserComment = value
public string UserComment { get; set; }
public:
property String^ UserComment {
String^ get ();
void set (String^ value);
}
member UserComment : string with get, set
function get UserComment () : String
function set UserComment (value : String)
Valeur de la propriété
Type : System. . :: . .String
Commentaire spécifié par l'utilisateur sur l'étendue.
Voir aussi
Référence
SqlSyncScopeProvisioning Classe