Share via


SfcDomainInfo.PSDriveName プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property PSDriveName As String 
    Get 
    Friend Set
'使用
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.PSDriveName
public string PSDriveName { get; internal set; }
public:
property String^ PSDriveName {
    String^ get ();
    internal: void set (String^ value);
}
member PSDriveName : string with get, internal set
function get PSDriveName () : String 
internal function set PSDriveName (value : String)

プロパティ値

型: System.String
指定した PSDrive の名前を表す値です。

関連項目

参照

SfcDomainInfo クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間