Compartir a través de


Flags Propiedad

Gets the modeling flag for the column.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Flags As String
    Get
'Uso
Dim instance As MiningModelColumn
Dim value As String

value = instance.Flags
public string Flags { get; }
public:
virtual property String^ Flags {
    String^ get () sealed;
}
abstract Flags : string
override Flags : string
final function get Flags () : String

Valor de la propiedad

Tipo: System. . :: . .String
Returns a comma-delimited string containing the modeling flags for the column.

Comentarios

In addition to algorithm-specific flags, this can contain the following:

  • MODEL_EXISTENCE_ONLY

  • NOT NULL

  • REGRESSOR