PropertiesRequest.Fields プロパティ
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Property Fields As String()
Get
Set
'使用
Dim instance As PropertiesRequest
Dim value As String()
value = instance.Fields
instance.Fields = value
public string[] Fields { get; set; }
public:
property array<String^>^ Fields {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Fields : string[] with get, set
function get Fields () : String[]
function set Fields (value : String[])
プロパティ値
型: array<System.String[]
元に戻すプロパティです。