Partager via


Propriété CalculationProperty.NonEmptyBehavior

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property NonEmptyBehavior As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The type of behavior specified.

Voir aussi

Référence

CalculationProperty Classe

Espace de noms Microsoft.AnalysisServices