次の方法で共有


AttributePermission.AllowedSet プロパティ

セット式を取得または設定します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property AllowedSet As String 
    Get 
    Set
'使用
Dim instance As AttributePermission 
Dim value As String 

value = instance.AllowedSet

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

プロパティ値

型: System.String
セット式です。

関連項目

参照

AttributePermission クラス

Microsoft.AnalysisServices 名前空間