Proprietà CalculationProperty.NonEmptyBehavior

Gets or sets non-empty behavior for a parent CalculationProperty object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property NonEmptyBehavior As String 
    Get 
    Set
'Utilizzo
Dim instance As CalculationProperty 
Dim value As String 

value = instance.NonEmptyBehavior

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

Valore proprietà

Tipo: System.String
The type of behavior specified.

Vedere anche

Riferimento

CalculationProperty Classe

Spazio dei nomi Microsoft.AnalysisServices