Propriedade do RDL SupportsDesignMode
Indicates whether the type supports design mode. 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 SupportsDesignMode As Boolean
Get
'Uso
Dim instance As SfcMetadataRelation
Dim value As Boolean
value = instance.SupportsDesignMode
public bool SupportsDesignMode { get; }
public:
property bool SupportsDesignMode {
bool get ();
}
member SupportsDesignMode : bool
function get SupportsDesignMode () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the type supports design mode; otherwise, false.
Consulte também