다음을 통해 공유


InstallSharedDirectory 속성

Gets the remote shared directory where the installation data is stored for the instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property InstallSharedDirectory As String
    Get
‘사용 방법
Dim instance As Server
Dim value As String

value = instance.InstallSharedDirectory
[SfcPropertyAttribute]
public string InstallSharedDirectory { get; }
[SfcPropertyAttribute]
public:
property String^ InstallSharedDirectory {
    String^ get ();
}
[<SfcPropertyAttribute>]
member InstallSharedDirectory : string
function get InstallSharedDirectory () : String

속성 값

형식: System. . :: . .String
A String object that specifies the remote shared directory where the installation data is stored for the instance of SQL Server.

참고 항목

참조

Planning a SQL Server Installation

관련 자료