AllowDuplicateNames 속성
Gets or sets the Boolean value to allow duplicate names for a Hierarchy object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property AllowDuplicateNames As Boolean
Get
Set
‘사용 방법
Dim instance As Hierarchy
Dim value As Boolean
value = instance.AllowDuplicateNames
instance.AllowDuplicateNames = value
public bool AllowDuplicateNames { get; set; }
public:
property bool AllowDuplicateNames {
bool get ();
void set (bool value);
}
member AllowDuplicateNames : bool with get, set
function get AllowDuplicateNames () : boolean
function set AllowDuplicateNames (value : boolean)
속성 값
형식: System. . :: . .Boolean
true if duplicate names are allowed; otherwise, false.