AttributePermission.AllowedSet 속성
Gets or sets a set expression.
네임스페이스: 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
A set expression.