BackupSet.ServerName 속성
Gets the name of the server where the backup was taken.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property ServerName As String
Get
‘사용 방법
Dim instance As BackupSet
Dim value As String
value = instance.ServerName
public string ServerName { get; }
public:
property String^ ServerName {
String^ get ();
}
member ServerName : string
function get ServerName () : String
속성 값
유형: System.String
The name of the server.