UserComment 属性
获取或设置关于该作用域的用户指定的注释。
命名空间: Microsoft.Synchronization.Data.SqlServer
程序集: Microsoft.Synchronization.Data.SqlServer(在 Microsoft.Synchronization.Data.SqlServer.dll 中)
语法
声明
Public Property UserComment As String
Get
Set
用法
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)
属性值
类型:System. . :: . .String
关于该作用域的用户指定的注释。