Compartilhar via


Propriedade do RDL SfcMetadataRelation.PropertyFlags

Gets the property flags in relation of the metadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property PropertyFlags As SfcPropertyFlags 
    Get
'Uso
Dim instance As SfcMetadataRelation 
Dim value As SfcPropertyFlags 

value = instance.PropertyFlags
public SfcPropertyFlags PropertyFlags { get; }
public:
property SfcPropertyFlags PropertyFlags {
    SfcPropertyFlags get ();
}
member PropertyFlags : SfcPropertyFlags
function get PropertyFlags () : SfcPropertyFlags

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
The property flags in relation of the metadata.

Consulte também

Referência

SfcMetadataRelation Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata