Partager via


Propriété MiningStructureColumn.Flags

Gets the modeling flags for the mining structure column.

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

Syntaxe

'Déclaration
Public ReadOnly Property Flags As String 
    Get
'Utilisation
Dim instance As MiningStructureColumn 
Dim value As String 

value = instance.Flags
public string Flags { get; }
public:
property String^ Flags {
    String^ get ();
}
member Flags : string
function get Flags () : String

Valeur de propriété

Type : System.String
A comma-delimited string containing the modeling flags for the mining structure column. The possible value is NOT NULL.

Voir aussi

Référence

MiningStructureColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer