BackupSet.UserName 属性
Gets the name of the user who performed the backup operation.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property UserName As String
Get
用法
Dim instance As BackupSet
Dim value As String
value = instance.UserName
public string UserName { get; }
public:
property String^ UserName {
String^ get ();
}
member UserName : string
function get UserName () : String
属性值
类型:System.String
The name of the user.